From af3c94711885afb97dd11aa6ba345e6847ce557f Mon Sep 17 00:00:00 2001 From: "alhassane.kone" Date: Mon, 5 Feb 2024 17:14:15 +0100 Subject: [PATCH] Ajouter test3.yml --- test3.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test3.yml diff --git a/test3.yml b/test3.yml new file mode 100644 index 0000000..c15d844 --- /dev/null +++ b/test3.yml @@ -0,0 +1,8 @@ +--- +- hosts: all + become: true + tasks: + - name: 1. installe Apache + apt: + name: apache2 + state: present \ No newline at end of file