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 7302f7d commit d9ecbddCopy full SHA for d9ecbdd
tasks/yum.yml
@@ -27,10 +27,7 @@
27
dest: '{{ item }}'
28
regexp: '^\s*gpgcheck: 0'
29
replace: 'gpgcheck: 1'
30
- with_flattened: "{{
31
- - '/etc/yum.conf'
32
- - '{{ yum_repos.stdout_lines | default([]) }}'
33
- }}"
+ with_flattened: "{{ ['/etc/yum.conf', yum_repos.stdout_lines | default([]) ] }}"
34
35
- name: activate gpg-check for yum rhn if it exists
36
replace:
0 commit comments