Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaymankar committed Sep 28, 2023
1 parent 739834f commit ae87925
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/offline-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ ls $ANSIBLE_DIR/inventory/offline
# other hosts to fetch debs from it.
#
# If this step fails partway, and you know that parts of it completed, the `--skip-tags debs,binaries,containers,containers-helm,containers-other` tags may come in handy.
ansible-playbook -i $ANSIBLE_DIR/inventory/offline $ANSIBLE_DIR/setup-offline-sources.yml
ansible-playbook -i $ANSIBLE_DIR/inventory/offline $ANSIBLE_DIR/setup-offline-sources.yml -vvvv

exit 1

# Run kubespray until docker is installed and runs. This allows us to preseed the docker containers that
# are part of the offline bundle
Expand Down

0 comments on commit ae87925

Please sign in to comment.