change this conditional to "when" syntax
This commit is contained in:
parent
6309daa7f5
commit
442bef15b3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: add infra repo
|
||||
action: get_url url=http://infrastructure.fedoraproject.org/el/infrastructure.repo dest=/etc/yum.repos.d/
|
||||
only_if: '$is_rhel'
|
||||
when: is_rhel == 'True'
|
||||
tags:
|
||||
- config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue