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:
		@@ -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/' ]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user