openstack-ansible-lxc_hosts/examples/playbook.yml
fpxie cf847ca8da Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: Idc217ee0d4409360c0763779acadf21d39206ff7
2018-05-08 17:34:53 +08:00

7 lines
100 B
YAML

---
- name: Basic LXC host setup
hosts: "hosts"
user: root
roles:
- { role: "lxc_hosts" }