Allow buiding all the things

This commit is contained in:
Greg Hellings
2023-08-12 13:54:23 -05:00
parent 4955599f41
commit 9577e133eb
6 changed files with 17 additions and 8 deletions
+1
View File
@@ -31,6 +31,7 @@
become: true
ansible.builtin.reboot:
when: (_update_atomic is changed) or (_update_all is changed)
failed_when: false # This module is buggy and can't always understand a reboot
- name: Wait for reboot to finish
ansible.builtin.wait_for_connection: