]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Add missing pip.yml 258/head
authorZack Cerza <zack@redhat.com>
Thu, 30 Jun 2016 18:20:05 +0000 (12:20 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 30 Jun 2016 18:20:05 +0000 (12:20 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/cobbler/tasks/pip.yml [new file with mode: 0644]

diff --git a/roles/cobbler/tasks/pip.yml b/roles/cobbler/tasks/pip.yml
new file mode 100644 (file)
index 0000000..b0655e3
--- /dev/null
@@ -0,0 +1,6 @@
+---
+- name: Install pip packages
+  pip:
+    name: "{{ item }}"
+    state: latest
+  with_items: "{{ pip_packages }}"