Install python
authorLorin Hochstein <lhochstein@netflix.com>
Sun, 15 Jan 2017 04:53:28 +0000 (20:53 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sun, 15 Jan 2017 04:53:28 +0000 (20:53 -0800)
ch13/ansible/main.yml

index 8310085..bcf9f3d 100644 (file)
@@ -7,5 +7,10 @@
 ---
 - hosts: memcached
   gather_facts: false
+  pre_tasks:
+    - name: update apt cache
+      raw: apt-get update
+    - name: install python
+      raw: apt-get -y install python
   roles:
     - memcached