Skip to content
Snippets Groups Projects
Commit 6d49e15f authored by jurgenhaas's avatar jurgenhaas
Browse files

New task to update satis registries

parent 3c30afb8
Branches
No related tags found
No related merge requests found
......@@ -32,4 +32,12 @@
loop_control:
loop_var: domain
- name: Update Satis
include_tasks: update.yml
with_items: '{{ satis_settings|default([]) }}'
loop_control:
loop_var: domain
tags:
- update
when: not excluded_roles or "satis" not in excluded_roles
---
# file: roles/satis/tasks/update.yml
- name: Update Satis Registry
command: /usr/local/bin/satis-update-{{ domain.id }} >/dev/null 2>&1
tags:
- update
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment