summaryrefslogtreecommitdiff
path: root/salt/openbook
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-09-28 12:11:22 -0600
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-09-28 12:11:22 -0600
commit0698aca80eeaef77a19580b4405ca046c074d568 (patch)
tree6e2b5da8ec555b5b518aa1a7eca4cfa5f0fa932e /salt/openbook
parent848af90ffb405de0102560253006cee01c68c79d (diff)
add ansible PPA for newer version
Diffstat (limited to 'salt/openbook')
-rw-r--r--salt/openbook/ansible/files/ansible.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/salt/openbook/ansible/files/ansible.yaml b/salt/openbook/ansible/files/ansible.yaml
index ed3c874..94850fc 100644
--- a/salt/openbook/ansible/files/ansible.yaml
+++ b/salt/openbook/ansible/files/ansible.yaml
@@ -2,6 +2,11 @@
- name: "Install ansible"
hosts: target
tasks:
+ - name: "Add ansible PPA"
+ apt_repository:
+ repo: ppa:ansible/ansible
+ state: present
+
- name: "Update apt"
apt:
update_cache: yes