Skip to content
Snippets Groups Projects
Verified Commit 485e26bb authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Wait for svntogit before rebooting after upgrade

parent 19084fe3
No related branches found
No related tags found
1 merge request!475Add simple playbook task for upgrading servers
Pipeline #10553 passed
......@@ -12,6 +12,12 @@
upgrade: yes
register: pacman_upgrade
- name: wait for svntogit to finish
wait_for:
path: /srv/svntogit/update-repos.sh.lock
state: absent
when: inventory_hostname == "gemini.archlinux.org"
- name: reboot
reboot:
when: pacman_upgrade is changed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment