Skip to content

Commit 5cfd974

Browse files
committed
Fixed bare variable
1 parent 8b2f9d8 commit 5cfd974

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tasks/yum.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
dest: '{{ item }}'
2828
regexp: '^\s*gpgcheck: 0'
2929
replace: 'gpgcheck: 1'
30-
with_flattened:
30+
with_flattened: "{{
3131
- '/etc/yum.conf'
32-
- '{{ yum_repos.stdout_lines| default([]) }}'
32+
- '{{ yum_repos.stdout_lines | default([]) }}'
33+
}}"
3334

3435
- name: activate gpg-check for yum rhn if it exists
3536
replace:

0 commit comments

Comments
 (0)