This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-TigerOS
mirror of
https://github.com/jrtechs/TigerOS.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Give Jenkins sudo access (Ansible playbook)
(This is to start with, will move to ci script later)
devel
Christian Martin
7 years ago
committed by
GitHub
parent
25514e1e2a
commit
560c0e569f
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
build-scripts/playbook.yml
+ 5
- 0
build-scripts/playbook.yml
View File
@ -80,3 +80,8 @@
-
name
:
Update packages
command
:
dnf update
become
:
true
-
name
:
Allow Jenkins sudo access
become
:
true
lineinfile
:
/etc/sudoers
line: 'jenkins ALL=NOPASSWD
:
/var/lib/jenkins/jobs/TigerOS Devel/workspace/tigeros/make-iso.sh'
state
:
present
Write
Preview
Loading…
Cancel
Save