commit | 73ff2c2285912ca4f6f1306c970944abd87d27df | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Wed May 18 17:13:09 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Wed May 18 17:13:09 2016 -0700 |
tree | 5043ce427d5836c54fcff3702740fde6ad6327a2 | |
parent | e9f284d64bf833fd5986ceee1307de97735546c1 [diff] |
force the installs so apt can't stop progress Change-Id: I428e56854a459e2d33c0a10d92b6be638482659f
diff --git a/roles/compute-node/tasks/main.yml b/roles/compute-node/tasks/main.yml index 2f8915b..9ba77a4 100644 --- a/roles/compute-node/tasks/main.yml +++ b/roles/compute-node/tasks/main.yml
@@ -1,7 +1,7 @@ --- - name: Applications become: yes - apt: name={{ item }} state=present + apt: name={{ item }} state=latest force=yes with_items: - build-essential - git
diff --git a/roles/maas/tasks/main.yml b/roles/maas/tasks/main.yml index 65edae6..547d6d1 100644 --- a/roles/maas/tasks/main.yml +++ b/roles/maas/tasks/main.yml
@@ -1,7 +1,7 @@ --- - name: Install Prerequisites become: yes - apt: name={{ item }} state=latest + apt: name={{ item }} state=latest force=true with_items: - git - bridge-utils