We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808573e commit 0e9b51fCopy full SHA for 0e9b51f
tasks/setup.yml
@@ -11,7 +11,7 @@
11
tags: vars
12
13
- name: Install custom yum repositories
14
- # Although argument splatting is marked as deprecated:
+ # Although argument splatting is marked as deprecated:
15
#
16
# [DEPRECATION WARNING]: Using variables for task params is unsafe,
17
# especially if the variables come from an external source like facts. This
@@ -20,7 +20,7 @@
20
# The core team had a a change of heart and it is actually being preserved:
21
# https://github.com/ansible/ansible/pull/43798
22
yum_repository: "{{ item }}"
23
- loop: "{{ libvirt_vm_custom_yum_repos | default({}) }}"
+ loop: "{{ libvirt_vm_custom_yum_repos | default([]) }}"
24
become: true
25
26
- name: Install custom packages
0 commit comments