Skip to content

Instantly share code, notes, and snippets.

@metabsd
Last active August 20, 2020 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metabsd/5b998c3a61158c5d97eb7778191ee9b8 to your computer and use it in GitHub Desktop.
Save metabsd/5b998c3a61158c5d97eb7778191ee9b8 to your computer and use it in GitHub Desktop.
"projects": ["iaas_infra_services", "test1", "test2", "QuarantineGroup"]
- name: DEBUG PROJECT TAGS
debug:
var: item
with_items: "{{ projects }}"
when: item != "iaas_infra_services" or item != "QuarantineGroup"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment