Skip to content

Commit

Permalink
ansible: fix assert after breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Dec 5, 2023
1 parent e38d70b commit 5d91928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/sanity_check/tasks/subtasks/tags_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
- name: "Ensure valid tags were provided."
ansible.builtin.assert:
that:
- '"{{ item }}" in available_ansible_tags.stdout_lines'
- item in available_ansible_tags.stdout_lines
msg: "You must supply valid tags.')"
with_items: "{{ ansible_run_tags }}"

0 comments on commit 5d91928

Please sign in to comment.