This commit is contained in:
Olu
2025-01-18 13:19:29 +00:00
parent a1e62f0faf
commit 394d7fcd4b
2 changed files with 95 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
- hosts: all
become: true
tasks:
- name: upfate repository index
apt:
update_cache: yes
- name: install apahce2 package
apt:
name: apache2