Fix rename playbook after zuul user rename
We changed the zuul user on the scheduler, but the rename playbook was referencing the old name. Change-Id: Ic6ee9286d3d76c23ddf7c54dd2efd11c6e45b65d
This commit is contained in:
parent
8b8ba03667
commit
4a9f1f53b8
@ -93,8 +93,8 @@
|
|||||||
file:
|
file:
|
||||||
state: directory
|
state: directory
|
||||||
path: "{{ (item[0] + item[1].new) | dirname }}"
|
path: "{{ (item[0] + item[1].new) | dirname }}"
|
||||||
group: zuul
|
group: zuuld
|
||||||
owner: zuul
|
owner: zuuld
|
||||||
mode: 0755
|
mode: 0755
|
||||||
with_nested:
|
with_nested:
|
||||||
- [ '/var/lib/zuul/keys/secrets/project/gerrit/', '/var/lib/zuul/keys/ssh/project/gerrit/' ]
|
- [ '/var/lib/zuul/keys/secrets/project/gerrit/', '/var/lib/zuul/keys/ssh/project/gerrit/' ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user