Skip to content

Commit edbd6a5

Browse files
Merge pull request #941 from pojadhav/rhc_auth_fix
Fix undefined rhc_auth var
2 parents ec34adb + 7aff0a8 commit edbd6a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playbooks/redhat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
become: true
2222
when:
2323
- ansible_facts['distribution'] | lower == 'redhat'
24+
- rhc_auth is defined
2425
- rhc_auth | length > 0
2526
tags:
2627
- edpm_bootstrap

0 commit comments

Comments
 (0)