This commit is contained in:
2024-12-02 13:12:20 +01:00
parent 8f9ec70959
commit 3704aa3c1e

View File

@@ -1,6 +1,6 @@
- name: Set hostname
ansible.builtin.hostname:
name: "{{ hostname}}"
name: "{{ hostname }}"
- name: "Enable recommended Apache Modules."
apache2_module: "name={{ item }} state=present"