Jim Rigsbee
2020-02-13 ec81615b821b47611e427e66eab90446507b8b5b
1
2
3
4
5
6
7
8
9
10
- name: Step 002 Post Infrastructure
  hosts: localhost
  connection: local
  become: false
  tags:
    - step002
    - post_infrastructure
  tasks: 
    - debug:
        msg: Post Infrastructure Completed