From d48a399d6bb45ae35f17026b763d1aaed373f795 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/ansible/fix-hostname.yml | 1 + etc/kayobe/environments/ci-multinode/reboot.yml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 etc/kayobe/environments/ci-multinode/reboot.yml diff --git a/etc/kayobe/ansible/fix-hostname.yml b/etc/kayobe/ansible/fix-hostname.yml index 8738412aa..ca5bd8883 100644 --- a/etc/kayobe/ansible/fix-hostname.yml +++ b/etc/kayobe/ansible/fix-hostname.yml @@ -26,4 +26,5 @@ import_playbook: "{{ playbook_dir | realpath }}/reboot.yml" vars: reboot_hosts: fix-hostname + reboot_with_bootstrap_user: true when: current_hostname.stdout != inventory_hostname diff --git a/etc/kayobe/environments/ci-multinode/reboot.yml b/etc/kayobe/environments/ci-multinode/reboot.yml deleted file mode 100644 index 26ece04b1..000000000 --- a/etc/kayobe/environments/ci-multinode/reboot.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -# Ensure that the reboot playbook is always executed using the boostrap user -reboot_with_bootstrap_user: true