Skip to content

Commit

Permalink
Fix broken varrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Mar 27, 2024
1 parent 694e4b1 commit 6309b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/hold/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

- name: Set target RedHat package versions
ansible.builtin.set_fact:
postgresql_package_list: "{{ postgresql_package_name + [_package] }}"
postgresql_package_list: "{{ postgresql_package_list + [_package] }}"
vars:
_stdout: "{{ item.stdout_lines }}"
_multiple: "{{ _stdout | length > 1 }}"
Expand Down

0 comments on commit 6309b43

Please sign in to comment.