Skip to content

Commit fcf2fd7

Browse files
authored
Ansible update for deployment base image v0.8.0. (#263)
1 parent 743080d commit fcf2fd7

File tree

3 files changed

+2
-67
lines changed

3 files changed

+2
-67
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ endif
5454
.PHONY: up
5555
up: env gen-certs control-plane-bake partition-bake
5656
@chmod 600 files/ssh/id_rsa
57-
docker compose up --abort-on-container-failure --remove-orphans --force-recreate control-plane partition
57+
docker compose up --pull=always --abort-on-container-failure --remove-orphans --force-recreate control-plane partition
5858
@$(MAKE) --no-print-directory start-machines
5959
# for some reason an allocated machine will not be able to phone home
6060
# without restarting the metal-core

ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
retry_files_enabled = false
33
force_color = true
44
host_key_checking = false
5-
stdout_callback = yaml
5+
callback_result_format = yaml
66
jinja2_native = true
77
transport = ssh
88
timeout = 30

library/patch_service_status_k8s.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)