summaryrefslogtreecommitdiff
path: root/salt/openbook
diff options
context:
space:
mode:
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