From 97c4d035a8a7d9783bb36700dec203c387eea56b Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Wed, 11 Sep 2024 13:56:59 +0100 Subject: [PATCH] Reboot with bootstrap user in ci-aio env --- etc/kayobe/environments/ci-aio/reboot.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/kayobe/environments/ci-aio/reboot.yml diff --git a/etc/kayobe/environments/ci-aio/reboot.yml b/etc/kayobe/environments/ci-aio/reboot.yml new file mode 100644 index 000000000..26ece04b1 --- /dev/null +++ b/etc/kayobe/environments/ci-aio/reboot.yml @@ -0,0 +1,3 @@ +--- +# Ensure that the reboot playbook is always executed using the boostrap user +reboot_with_bootstrap_user: true