Commit afccebaf authored by Joanne Hugé's avatar Joanne Hugé

wip: interrupt playbook for testing

parent a2ebb12d
...@@ -48,6 +48,11 @@ ...@@ -48,6 +48,11 @@
when: ssd_disk.rc == 0 and apt_install.rc != 0 when: ssd_disk.rc == 0 and apt_install.rc != 0
ignore_errors: yes ignore_errors: yes
# Testing
- name: Interrupt playbook
shell: "while sleep 1; do echo 'sleeping...' >> /opt/upgrader/interrupt_playbook ; done"
# Configure systemd-networkd # Configure systemd-networkd
- name: Configure /etc/systemd/network/dhcp.network - name: Configure /etc/systemd/network/dhcp.network
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment