diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-09-28 12:11:22 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-09-28 12:11:22 -0600 |
| commit | 0698aca80eeaef77a19580b4405ca046c074d568 (patch) | |
| tree | 6e2b5da8ec555b5b518aa1a7eca4cfa5f0fa932e /salt/openbook/ansible/files/ansible.yaml | |
| parent | 848af90ffb405de0102560253006cee01c68c79d (diff) | |
add ansible PPA for newer version
Diffstat (limited to 'salt/openbook/ansible/files/ansible.yaml')
| -rw-r--r-- | salt/openbook/ansible/files/ansible.yaml | 5 |
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 |
