Ansible 2.9 does not let FQCN be used with meta

This commit is contained in:
Jason Rothstein 2020-11-29 18:14:15 -06:00
parent 7df7ca764e
commit ce5bf115b8

View File

@ -17,4 +17,5 @@
- 'default.yml' - 'default.yml'
errors: 'ignore' errors: 'ignore'
- name: 'flush handlers' - name: 'flush handlers'
ansible.builtin.meta: 'flush_handlers' collection: 'ansible.builtin'
meta: 'flush_handlers'