Perform firewalld reload as a handler
This commit is contained in:
parent
6152baa8ae
commit
fd960f900f
@ -1,2 +1,6 @@
|
|||||||
---
|
---
|
||||||
# Handlers
|
- name: Reload firewalld
|
||||||
|
ansible.builtin.systemd:
|
||||||
|
name: firewalld
|
||||||
|
state: reloaded
|
||||||
|
ignore_errors: "{{ ansible_check_mode }}"
|
||||||
|
@ -30,14 +30,7 @@
|
|||||||
- openqa-vnc
|
- openqa-vnc
|
||||||
tags:
|
tags:
|
||||||
- configure
|
- configure
|
||||||
|
notify: Reload firewalld
|
||||||
- name: Reload firewalld
|
|
||||||
ansible.builtin.systemd:
|
|
||||||
name: firewalld
|
|
||||||
state: reloaded
|
|
||||||
tags:
|
|
||||||
- configure
|
|
||||||
ignore_errors: "{{ ansible_check_mode }}"
|
|
||||||
|
|
||||||
- name: Write openQA configuration file
|
- name: Write openQA configuration file
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
Loading…
Reference in New Issue
Block a user