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
|
||||
tags:
|
||||
- configure
|
||||
|
||||
- name: Reload firewalld
|
||||
ansible.builtin.systemd:
|
||||
name: firewalld
|
||||
state: reloaded
|
||||
tags:
|
||||
- configure
|
||||
ignore_errors: "{{ ansible_check_mode }}"
|
||||
notify: Reload firewalld
|
||||
|
||||
- name: Write openQA configuration file
|
||||
ansible.builtin.template:
|
||||
|
Loading…
Reference in New Issue
Block a user