Merge branch 'main' into jce/cloud-cleanup

This commit is contained in:
Chris Edillon
2025-07-01 09:21:30 -04:00
committed by GitHub

View File

@@ -52,7 +52,9 @@
state: enabled
immediate: true
permanent: true
when: "'firewalld.service' in ansible_facts.services"
when:
- "'firewalld.service' in ansible_facts.services"
- ansible_facts.services["firewalld.service"].state == "running"
- name: Disable httpd welcome page
ansible.builtin.file: