Created
August 27, 2018 18:23
-
-
Save dav1x/82fb477f611fa771a6cdfe5c841555d2 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
- name: Configure the apps and projects for the refarch | |
hosts: masters[0] | |
become: true | |
gather_facts: false | |
tasks: | |
- name: Check for CDE1 project | |
command: oc get project cde1 | |
register: cde1_exists | |
ignore_errors: true | |
run_once: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment