Skip to content

Commit

Permalink
replace module parameter fixed (#297)
Browse files Browse the repository at this point in the history
Signed-off-by: danielkubat <[email protected]>
  • Loading branch information
danielkubat authored Aug 17, 2020
1 parent 37ab009 commit 7077187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/yum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
replace:
path: '{{ item }}'
regexp: '^\s*gpgcheck\W.*'
line: 'gpgcheck=1'
replace: 'gpgcheck=1'
register: status
failed_when: status.rc is defined and status.rc != 257
loop:
Expand Down

0 comments on commit 7077187

Please sign in to comment.