mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
11 lines
256 B
YAML
11 lines
256 B
YAML
# Restart unbound after reboots.
|
|
|
|
- name: set selinux permissive
|
|
selinux: policy=targeted state=permissive
|
|
|
|
- name: restart unbound
|
|
service: name=unbound state=restarted
|
|
|
|
- name: set selinux back to enforcing
|
|
selinux: policy=targeted state=enforcing
|