Carica file su 'ansible'

This commit is contained in:
2022-07-07 21:48:57 +00:00
parent 0faafb560b
commit 5f8d90c968

View File

@@ -0,0 +1,4 @@
- hosts: ubuntu
tasks:
- name: install apache2
apt: name=apache2 update_cache=yes state=latest