commit | ca68f06f56fcf8c3d0c39b6222e21b8880006d84 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Thu Oct 27 11:04:33 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Thu Oct 27 11:04:33 2016 -0700 |
tree | 03407b65a259ef4cc731634288ad3ab477aae41a | |
parent | 5ec818717396ee353d6f80cc80aadab0e55c36c0 [diff] [blame] |
CORD-536 updated to support the setting of repo via vars Change-Id: I84988b634967d8be2e5a9f3a79352be5efa9c0c0
diff --git a/roles/ansible/tasks/main.yml b/roles/ansible/tasks/main.yml index 2cf2f07..faffdd1 100644 --- a/roles/ansible/tasks/main.yml +++ b/roles/ansible/tasks/main.yml
@@ -1,7 +1,7 @@ - name: Ansible Repository become: yes apt_repository: - repo="ppa:ansible/ansible" + repo: "{{ ansible_apt_repo | default('ppa:ansible/ansible') }}" - name: Ensure Ansible become: yes