commit | b2b8c7b03bb50684b9508cf1b59a198f15276ca8 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Thu Mar 10 12:47:18 2016 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Thu Mar 10 12:47:18 2016 -0700 |
tree | 38db05cbf4c510d391ce7a52c7e94d62410cfac7 | |
parent | c3e454f1d756bc67ef7fff2f9dac860810aad68f [diff] |
reformat, already updated cache in common-prep
diff --git a/roles/compute-prep/tasks/main.yml b/roles/compute-prep/tasks/main.yml index aedd62a..1e5bdbe 100644 --- a/roles/compute-prep/tasks/main.yml +++ b/roles/compute-prep/tasks/main.yml
@@ -2,7 +2,10 @@ # file: roles/compute-prep/tasks/main.yml - name: Install packages - apt: name={{ item }} state=latest update_cache=yes + apt: + name={{ item }} + state=latest with_items: - python-yaml +