From 64e524b5950cf348aa88f42f91f5d6f121a179fd Mon Sep 17 00:00:00 2001 From: Klaus Smolin Date: Fri, 19 Apr 2024 13:16:16 +0200 Subject: [PATCH] chore: Add TODO Signed-off-by: Klaus Smolin --- playbooks/0_setup.yaml | 2 +- roles/create_bastion/templates/bastion-ks.cfg.j2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/0_setup.yaml b/playbooks/0_setup.yaml index 908d81b5..b44813c0 100644 --- a/playbooks/0_setup.yaml +++ b/playbooks/0_setup.yaml @@ -24,7 +24,7 @@ - name: Find ibm_zhmc collection install location, required for LPAR mode tags: galaxy shell: | - # the following line, hang on ubuntu #!/usr/bin/env bash + # TODO: Set pipefail is failing on ubuntu # set -o pipefail ansible-galaxy collection list ibm.ibm_zhmc | grep -i ansible | cut -c 3- register: zhmc_path diff --git a/roles/create_bastion/templates/bastion-ks.cfg.j2 b/roles/create_bastion/templates/bastion-ks.cfg.j2 index 7d20ce2b..32940f90 100644 --- a/roles/create_bastion/templates/bastion-ks.cfg.j2 +++ b/roles/create_bastion/templates/bastion-ks.cfg.j2 @@ -1,8 +1,8 @@ # Template for bastion kickstart configuration file. Some parts come from the create_bastion role. # This kickstart file was tested with RHEL 9.2 and 9.3 -# Reboot after installation -reboot +# Shutdown after installation +shutdown # Use text mode install text --non-interactive