Guillaume Coré
2020-01-13 d154d4062c893621e91ea19da50076fe656276e1
1
2
3
4
5
6
7
8
9
10
- name: Step 000 Pre Infrastructure
  hosts: localhost
  connection: local
  become: false
  tags:
  - step001
  - pre_infrastructure
  tasks:
    - debug:
        msg: "Step 000 Pre Infrastructure - Dummy action"