fix: Incorrect escape sequence
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
e1f83f2245
commit
a8cb53429d
@ -122,7 +122,7 @@
|
|||||||
ansible.builtin.replace:
|
ansible.builtin.replace:
|
||||||
path: /opt/metacluster/pinniped/local-user-authenticator.yaml
|
path: /opt/metacluster/pinniped/local-user-authenticator.yaml
|
||||||
regexp: '([ ]*image: .*)@.*'
|
regexp: '([ ]*image: .*)@.*'
|
||||||
replace: '\\1'
|
replace: '\1'
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
# - name: Inject manifests
|
# - name: Inject manifests
|
||||||
|
Loading…
Reference in New Issue
Block a user