Skip to content

Commit

Permalink
chore: Add TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Smolin <[email protected]>
  • Loading branch information
smolin-de committed Apr 19, 2024
1 parent 7b980d6 commit 64e524b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion playbooks/0_setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions roles/create_bastion/templates/bastion-ks.cfg.j2
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 64e524b

Please sign in to comment.