This sets the molecule framework files and job, so later we can write tests for the role using it. Change-Id: I16a67ff8acbadc7dce3746ca2ffc67aed660ed65
11 lines
127 B
YAML
11 lines
127 B
YAML
---
|
|
|
|
- name: Converge
|
|
hosts: all
|
|
gather_facts: false
|
|
tasks:
|
|
|
|
- name: this does nothing
|
|
debug:
|
|
msg: foo
|