From 9481c963102cd55632186fced7c0469737bf665c Mon Sep 17 00:00:00 2001 From: "alhassane.kone" Date: Mon, 1 Jan 2024 15:34:29 +0100 Subject: [PATCH] Actualiser test2.yml --- test2.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/test2.yml b/test2.yml index 1aa12da..a100350 100644 --- a/test2.yml +++ b/test2.yml @@ -1,11 +1,7 @@ --- -# This playbook prints a simple debug message -- name: test2.yml - hosts: 127.0.0.1 - connection: local - +- hosts: all tasks: - - name: Installer apache2 - apt: + - name: 1. installe Apache + apt: name: apache2 - state: present \ No newline at end of file + state: present \ No newline at end of file