mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Hotfix broken jenkins openid plugin
This commit is contained in:
@@ -38,6 +38,15 @@
|
||||
- jenkins/master
|
||||
- packages
|
||||
|
||||
- name: hotfix broken openid plugin
|
||||
file: state=link src=/usr/share/java/cglib/cglib.jar dest=/usr/share/java/cglib.jar
|
||||
notify:
|
||||
- restart jenkins
|
||||
tags:
|
||||
- jenkins
|
||||
- jenkins/master
|
||||
- hotfix
|
||||
|
||||
- name: mount jenkins persistent storage
|
||||
mount: name=/var/lib/jenkins src='LABEL=jenkins' fstype=ext4 state=mounted
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user