We don't need to set this directory here.
This commit is contained in:
parent
34ed959f95
commit
c7aad0df10
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@
|
|||
# - name: clean any previous plugin deployments
|
||||
# action: file state=absent path=/var/lib/jenkins/plugins
|
||||
|
||||
- name: mkdir dir for jenkins data
|
||||
action: file state=directory path=/var/lib/jenkins/plugins/ owner=jenkins group=jenkins
|
||||
# - name: mkdir dir for jenkins data
|
||||
# action: file state=directory path=/var/lib/jenkins/plugins/ owner=jenkins group=jenkins
|
||||
|
||||
# - name: Download jenkins plugins
|
||||
# get_url: url=https://updates.jenkins-ci.org/download/plugins/{{ item.name }}/{{ item.version }}/{{ item.name }}.hpi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue