Eric L
2020-02-18 b650160994bfab28f47d2a7bac1cd652d5ba71f3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
#  - name: Step 00xxxxx software
#    hosts: bastions[0]
#    gather_facts: False
#    become: false
#    tasks:
#      - debug:
#          msg: "Software tasks Started - None"
 
 
 - name: Software flight-check
   hosts: localhost
   connection: local
   gather_facts: false
   become: false
   tags:
     - post_flight_check
   tasks:
     - debug:
         msg: "Software checks completed successfully"