Add install apache

This commit is contained in:
flyingscorpio@arch-desktop 2021-10-31 13:04:40 +01:00
parent 80dc46acc0
commit 5ad36edb60

View file

@ -0,0 +1,7 @@
---
- name: install apache
apt:
name: apache2
state: present
update_cache: yes