Replace include: with include_tasks:
The include: method was deprecated with Ansible Core 2.19; replace it with include_tasks.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
- ceph-secret.xml
|
||||
notify: restart libvirtd
|
||||
|
||||
- include: libvirt/bootstrap.yml
|
||||
- include_tasks: libvirt/bootstrap.yml
|
||||
when: do_bootstrap is defined and do_bootstrap
|
||||
run_once: yes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user