Skip to content

Commit fd5b8ac

Browse files
authored
Merge pull request #1168 from stackhpc/fix-amphora-build-script
Fix falsy in octavia-amphora-image-build.yml
2 parents 35b903c + 8a5e333 commit fd5b8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/octavia-amphora-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
become: true
1111
when:
1212
- ansible_facts.os_family == "RedHat"
13-
- dnf_custom_repos | falsy
13+
- dnf_custom_repos is falsy
1414

1515
- name: Ensure packages are installed
1616
become: true

0 commit comments

Comments
 (0)