fix: Incorrect module parameter name
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1cfca1fa4a
commit
e1f83f2245
@ -121,9 +121,9 @@
|
|||||||
- name: Trim image hash from manifest
|
- name: Trim image hash from manifest
|
||||||
ansible.builtin.replace:
|
ansible.builtin.replace:
|
||||||
path: /opt/metacluster/pinniped/local-user-authenticator.yaml
|
path: /opt/metacluster/pinniped/local-user-authenticator.yaml
|
||||||
regex: '([ ]*image: .*)@.*'
|
regexp: '([ ]*image: .*)@.*'
|
||||||
replace: '\\1'
|
replace: '\\1'
|
||||||
# no_log: true
|
no_log: true
|
||||||
|
|
||||||
# - name: Inject manifests
|
# - name: Inject manifests
|
||||||
# ansible.builtin.template:
|
# ansible.builtin.template:
|
||||||
|
Loading…
Reference in New Issue
Block a user