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