Gather all facts; flush handlers at end
This commit is contained in:
parent
d964746229
commit
67915099ca
|
@ -30,7 +30,7 @@
|
|||
|
||||
- name: regather local facts
|
||||
setup:
|
||||
gather_subset: "local"
|
||||
gather_subset: "all"
|
||||
when: installed_facts.changed
|
||||
|
||||
- debug:
|
||||
|
@ -731,3 +731,5 @@
|
|||
- postfix
|
||||
- ntp
|
||||
- ssh
|
||||
|
||||
- meta: flush_handlers
|
||||
|
|
Loading…
Reference in New Issue