Last active
August 20, 2020 18:12
-
-
Save metabsd/5b998c3a61158c5d97eb7778191ee9b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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