Guillaume Coré
2018-03-08 b3e515fa98d9ea09406e9c88de60001971c110b5
add default value for 'deploy_tower_demo' to false
2 files modified
4 ■■■ changed files
ansible/configs/ans-tower-lab/env_vars.yml 2 ●●●●● patch | view | raw | blame | history
ansible/configs/ans-tower-lab/post_software.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ans-tower-lab/env_vars.yml
@@ -427,3 +427,5 @@
cf_template_description: "{{ env_type }}-{{ guid }} Ansible Agnostic Deployer "
deploy_tower_demo: false
ansible/configs/ans-tower-lab/post_software.yml
@@ -52,7 +52,7 @@
  vars_files:
    - "{{ ANSIBLE_REPO_PATH }}/configs/{{ env_type }}/env_vars.yml"
  roles:
    - { role: "{{ ANSIBLE_REPO_PATH }}/roles/tower_demo", when: deploy_tower_demo | bool }
    - { role: "{{ ANSIBLE_REPO_PATH }}/roles/tower_demo", when: deploy_tower_demo | d(false) | bool }
- name: PostSoftware flight-check