aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorErik Skultety <eskultet@redhat.com>2022-05-19 13:29:47 +0200
committerDaniel P. Berrangé <berrange@redhat.com>2022-05-23 09:02:39 +0000
commit00c593e4c31ea506c8fc0f76a4676a2bf7b2f4f4 (patch)
tree94ca6f38dd542491c0dfc76867e9b0dc200ab402 /setup.py
parent311af596398aaf691ad005b00b2734008eae2313 (diff)
downloadlibvirt-ci-00c593e4c31ea506c8fc0f76a4676a2bf7b2f4f4.zip
libvirt-ci-00c593e4c31ea506c8fc0f76a4676a2bf7b2f4f4.tar.gz
libvirt-ci-00c593e4c31ea506c8fc0f76a4676a2bf7b2f4f4.tar.bz2
guests: lcitool: ansible: Replace 'include' keyword
Ansible core 5 (2.12.5) started to issue deprecation warnings about usage of the 'include' keyword which should be replaced either by include_tasks or import_tasks. Given our use case (splitting task modules logically) and since includes are dynamic (hence evaluated during runtime) replacing most of the includes with 'import_tasks' which are static (hence evaluated during playbook parsing) seems like a better choice only using 'include_tasks' whenever we need a conditional or a loop to be paired with the include. Signed-off-by: Erik Skultety <eskultet@redhat.com>
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions