Skip to content

Commit

Permalink
replace deprecated Ansible include with import_tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Paul <xorpaul@gmail.com>
  • Loading branch information
xorpaul authored and sandrobonazzola committed Oct 3, 2024
1 parent 7d868bf commit 9f917da
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
pre_tasks:
- include_vars: ovirt_host_upgrade_vars.yml

- include: ovirt-host-yum-conf.yml
- import_tasks: ovirt-host-yum-conf.yml

- block:
# Check if certificates need re-enrollment:
Expand Down Expand Up @@ -74,5 +74,5 @@
- name: ovirt-host-deploy-vnc-certificates

post_tasks:
- include: ovirt-host-remove-yum-conf.yml
- include: ovirt-host-reconfigure-ovn.yml
- import_tasks: ovirt-host-remove-yum-conf.yml
- import_tasks: ovirt-host-reconfigure-ovn.yml

0 comments on commit 9f917da

Please sign in to comment.