Skip to content

Commit a1cd63d

Browse files
authored
update facts when SELinux status changed (#53)
1 parent dd94728 commit a1cd63d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ansible/bootstrap.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@
2727
delay: 30
2828
sleep: 5
2929
when: sestatus.reboot_required
30+
- name: update facts
31+
setup:
32+
when: sestatus.changed

0 commit comments

Comments
 (0)