Skip to content

Commit

Permalink
Common role: update firewalld service task
Browse files Browse the repository at this point in the history
Systemd_service module appears to not work correctly with recent ansible
versions, switching to generic service module.
  • Loading branch information
stsnel committed Mar 25, 2024
1 parent 9c39ad2 commit 077ae21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/common/tasks/firewalld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


- name: Ensure firewall is running and enabled
ansible.builtin.systemd_service:
ansible.builtin.service:
name: firewalld
state: started
enabled: true

0 comments on commit 077ae21

Please sign in to comment.