Rename some roles to make ansible-lint happy.
This commit is contained in:
parent
4d791a65f1
commit
1db0b6ec31
75 changed files with 29 additions and 29 deletions
9
roles/firewalld2if/handlers/main.yml
Normal file
9
roles/firewalld2if/handlers/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- name: restart networking
|
||||
command: ifup {{ if_lan }}
|
||||
listen: "bring up LAN interface"
|
||||
when: not run_in_installer|default(false)|bool
|
||||
|
||||
- name: start firewalld
|
||||
systemd: name=firewalld state=started enabled=yes
|
||||
listen: "start firewalld"
|
||||
when: not run_in_installer|default(false)|bool
|
Loading…
Add table
Add a link
Reference in a new issue