]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: update distro signatures
authorZack Cerza <zack@redhat.com>
Thu, 14 May 2015 18:52:48 +0000 (12:52 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 14 May 2015 18:52:48 +0000 (12:52 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/cobbler/tasks/distro_prep.yml [new file with mode: 0644]
roles/cobbler/tasks/main.yml

diff --git a/roles/cobbler/tasks/distro_prep.yml b/roles/cobbler/tasks/distro_prep.yml
new file mode 100644 (file)
index 0000000..8c6ba7b
--- /dev/null
@@ -0,0 +1,3 @@
+---
+- name: Update distro signatures
+  command: cobbler signature update
index 751c3ded30186ebbb7b9b5aeabfe97c02e4f8d05..a67c434c822d10a2d5c6b4b459c585dadee7d5c7 100644 (file)
@@ -2,3 +2,7 @@
 - include: upload_templates.yml
   tags:
     - templates
+
+- include: distro_prep.yml
+  tags:
+    - distros