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:
James E. Blair 2020-06-12 14:11:32 -07:00
parent 8b8ba03667
commit 4a9f1f53b8
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@
file:
state: directory
path: "{{ (item[0] + item[1].new) | dirname }}"
group: zuul
owner: zuul
group: zuuld
owner: zuuld
mode: 0755
with_nested:
- [ '/var/lib/zuul/keys/secrets/project/gerrit/', '/var/lib/zuul/keys/ssh/project/gerrit/' ]