scottslowe-learning-tools/consul/consul-ansible/setup.yml
Scott Lowe 33ec979ae6
Update to Consul 1.2.3
Update to Consul 1.2.3. Replatform to Ubuntu 16.04. Update documentation. Add Libvirt support.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2018-09-29 15:46:50 -06:00

8 lines
132 B
YAML

---
- hosts: "all"
gather_facts: false
become: "yes"
tasks:
- name: Install Python
raw: "apt-get -y -q install python"