Fixing releng keytab task in odcs

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2020-04-09 14:11:29 +00:00 committed by Pierre-Yves Chibon
parent 61e032e6aa
commit 12ec3cb48d

View file

@ -109,6 +109,9 @@
service: odcs service: odcs
host: "odcs-backend-releng01.phx2.fedoraproject.org" host: "odcs-backend-releng01.phx2.fedoraproject.org"
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"
- name: set releng user keytab - name: set releng user keytab
copy: copy:
src: "{{private}}/files/keytabs/{{env}}/releng" src: "{{private}}/files/keytabs/{{env}}/releng"
@ -117,9 +120,6 @@
group: "releng-team" group: "releng-team"
mode: 0640 mode: 0640
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"
- name: Set up /mnt/koji on both the frontend and backend - name: Set up /mnt/koji on both the frontend and backend
hosts: odcs:odcs_stg hosts: odcs:odcs_stg
user: root user: root