sborenst
2018-08-28 20df836004dbff678cde60b2efb0d33f2b1374be
added success debug line at rhte-ansible-net/pre_infra.yml
1 files modified
14 ■■■■ changed files
ansible/configs/rhte-ansible-net/pre_infra.yml 14 ●●●● patch | view | raw | blame | history
ansible/configs/rhte-ansible-net/pre_infra.yml
@@ -45,15 +45,15 @@
   - rnet_invoke
- name: PostSoftware flight-check
 hosts: localhost
 connection: local
 gather_facts: false
 become: false
 vars_files:
  hosts: localhost
  connection: local
  gather_facts: false
  become: false
  vars_files:
   - "{{ ANSIBLE_REPO_PATH }}/configs/{{ env_type }}/env_vars.yml"
   - "{{ ANSIBLE_REPO_PATH }}/configs/{{ env_type }}/env_secret_vars.yml"
 tags:
  tags:
   - post_flight_check
 tasks:
  tasks:
   - debug:
       msg: "Post-Software checks completed successfully"