Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endif
.PHONY: up
up: env gen-certs control-plane-bake partition-bake
@chmod 600 files/ssh/id_rsa
docker compose up --abort-on-container-failure --remove-orphans --force-recreate control-plane partition
docker compose up --pull=always --abort-on-container-failure --remove-orphans --force-recreate control-plane partition
@$(MAKE) --no-print-directory start-machines
# for some reason an allocated machine will not be able to phone home
# without restarting the metal-core
Expand Down
2 changes: 1 addition & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
retry_files_enabled = false
force_color = true
host_key_checking = false
stdout_callback = yaml
callback_result_format = yaml
jinja2_native = true
transport = ssh
timeout = 30
Expand Down
65 changes: 0 additions & 65 deletions library/patch_service_status_k8s.py
Copy link
Contributor Author

@Gerrit91 Gerrit91 Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file overwrites the one from ansible-common and then leads to failure.

This file was deleted.