From e93d0d6d6ecaed8451140733112c7b646e0521f9 Mon Sep 17 00:00:00 2001 From: florent Date: Mon, 9 Dec 2024 22:31:24 +0000 Subject: [PATCH] Actualiser site.yml --- site.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/site.yml b/site.yml index c845177..a80c62c 100644 --- a/site.yml +++ b/site.yml @@ -66,8 +66,9 @@ - # Installation d'Apache - - name: Installer nginx + # Désinstaller Nginx + - name: Désinstaller nginx ansible.builtin.apt: name: nginx - state: present + state: absent + purge: yes