commit | 8625d040807381639620f2a4b3a8fb1ec9599e75 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Fri Feb 26 14:32:43 2016 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Fri Feb 26 14:32:43 2016 -0700 |
tree | 8530284878723d5a3ee5cbf9174d22acd823f73e | |
parent | 6b4579e5c7a3c7b325a25dc25c6b6496e78e0728 [diff] |
Role conversion of playbooks
diff --git a/roles/compute-prep/tasks/main.yml b/roles/compute-prep/tasks/main.yml new file mode 100644 index 0000000..aedd62a --- /dev/null +++ b/roles/compute-prep/tasks/main.yml
@@ -0,0 +1,8 @@ +--- +# file: roles/compute-prep/tasks/main.yml + +- name: Install packages + apt: name={{ item }} state=latest update_cache=yes + with_items: + - python-yaml +