This commit is contained in:
parent
49b8b80db0
commit
720bc43546
@ -119,9 +119,10 @@
|
|||||||
until: pinniped_manifest is not failed
|
until: pinniped_manifest is not failed
|
||||||
|
|
||||||
- name: Trim image hash from manifest
|
- name: Trim image hash from manifest
|
||||||
ansible.builtin.copy:
|
ansible.builtin.replace:
|
||||||
dest: /opt/metacluster/pinniped/local-user-authenticator.yaml
|
path: /opt/metacluster/pinniped/local-user-authenticator.yaml
|
||||||
content: "{{ lookup('ansible.builtin.file', '/opt/metacluster/pinniped/local-user-authenticator.yaml') | regex_replace('([ ]*image: .*)@.*', '\\1') }}"
|
regex: '([ ]*image: .*)@.*'
|
||||||
|
replace: '\\1'
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
# - name: Inject manifests
|
# - name: Inject manifests
|
||||||
|
Loading…
Reference in New Issue
Block a user