mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
Chown to jenkins /var/lib/jenkins/
This commit is contained in:
@@ -202,6 +202,10 @@
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: Give the user jenkins the ownership of the /var/lib/jenkins
|
||||
file: path=/var/lib/jenkins/
|
||||
owner=jenkins group=jenkins recurse=yes
|
||||
|
||||
- name: add jenkins ssh priv key so it can connect to clients
|
||||
action: copy src="{{ private }}/files/jenkins/ssh/jenkins_master" dest=/var/tmp/jenkins_master_id_rsa mode=600 owner=jenkins group=jenkins
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user