mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-19 13:39:07 +02:00
Fixes:578b781966("Capitalize the handler name in handler invocations") Fixes:26f289b72b("Capitalize the first letter of all task names")
12 lines
452 B
YAML
12 lines
452 B
YAML
# NOTE: hack for a systemd bug (restarting firewalld.service fails due to fail2ban.service)
|
|
# https://github.com/systemd/systemd/issues/2830
|
|
# https://bugzilla.opensuse.org/show_bug.cgi?id=1146856
|
|
# - name: Restart firewalld
|
|
# service: name=firewalld state=restarted
|
|
- name: Stop firewalld
|
|
service: name=firewalld state=stopped
|
|
listen: Restart firewalld
|
|
- name: Start firewalld
|
|
service: name=firewalld state=started
|
|
listen: Restart firewalld
|