fixing azure cred

fixing issue with RHPDS
This commit is contained in:
ipvsean
2020-10-26 05:19:02 -04:00
committed by Sean Cavanaugh
parent 6d0fd6b65f
commit 501cd9f630
3 changed files with 7 additions and 5 deletions

Binary file not shown.

View File

@@ -1,11 +1,13 @@
---
namespace: ansible
name: product_demos
version: 1.2.1
version: 1.2.3
readme: README.md
authors:
- Sean Cavanaugh <seanc@redhat.com> @IPvSean
- David Rojas <drojas@redhat.com>
- Colin McNaughton <cmcnaugh@redhat.com>
description: repository of demos to showcase Ansible features.

View File

@@ -20,10 +20,10 @@
- "demo must be defined and be one of: {{ demo_list }}"
- "full list can be found on https://github.com/ansible/product-demos"
- name: install Azure cred
include_tasks: azure_cred.yml
when:
- azure_demo == True
# - name: install Azure cred
# include_tasks: azure_cred.yml
# when:
# - azure_demo == True
- name: install all job templates
include_tasks: job_template_loop.yml