summaryrefslogtreecommitdiffstats
path: root/playbooks/prerequisites.yml
blob: 582dfe7944c7682d004858bc9a5be975f7ef6ba3 (plain)
1
2
3
4
5
6
7
---
- name: Place holder for prerequisites
  hosts: localhost
  gather_facts: false
  tasks:
  - name: Debug placeholder
    debug: msg="Prerequisites ran."