debugging registry config

Change-Id: I95ededfe1086078e387412adc75375ab502ebb00
This commit is contained in:
Michael Kelly 2024-03-04 22:05:03 -08:00
parent b81ef9e329
commit 18f216331d
No known key found for this signature in database
GPG Key ID: 77F7FE93040ECF3E
1 changed files with 5 additions and 0 deletions

View File

@ -102,6 +102,11 @@
namespaces: "{{ buildset_registry_namespaces }}"
no_log: true
- name: dump registries.conf
become: yes
debug:
msg: "{{ lookup('file', '/etc/containers/registries.conf') }}"
- name: Ensure buildkit directory exists
become: yes
file: