From: Zack Cerza Date: Thu, 14 May 2015 18:52:48 +0000 (-0600) Subject: cobbler: update distro signatures X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1695c452620e0ca572d57da0e0e512c3d44be296;p=ceph-cm-ansible.git cobbler: update distro signatures Signed-off-by: Zack Cerza --- diff --git a/roles/cobbler/tasks/distro_prep.yml b/roles/cobbler/tasks/distro_prep.yml new file mode 100644 index 0000000..8c6ba7b --- /dev/null +++ b/roles/cobbler/tasks/distro_prep.yml @@ -0,0 +1,3 @@ +--- +- name: Update distro signatures + command: cobbler signature update diff --git a/roles/cobbler/tasks/main.yml b/roles/cobbler/tasks/main.yml index 751c3de..a67c434 100644 --- a/roles/cobbler/tasks/main.yml +++ b/roles/cobbler/tasks/main.yml @@ -2,3 +2,7 @@ - include: upload_templates.yml tags: - templates + +- include: distro_prep.yml + tags: + - distros