diff --git a/site.yml b/site.yml index 5794f0f..c845177 100644 --- a/site.yml +++ b/site.yml @@ -63,3 +63,11 @@ - zip - unzip state: present + + + + # Installation d'Apache + - name: Installer nginx + ansible.builtin.apt: + name: nginx + state: present