Ajouter test3.yml

This commit is contained in:
alhassane.kone 2024-02-05 17:14:15 +01:00
parent 4913688f30
commit af3c947118

8
test3.yml Normal file
View File

@ -0,0 +1,8 @@
---
- hosts: all
become: true
tasks:
- name: 1. installe Apache
apt:
name: apache2
state: present