Browse Source

I can't YAML -_-

devel
Christian Martin 6 years ago
committed by GitHub
parent
commit
a0cba68f77
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      build-scripts/playbook.yml

+ 2
- 1
build-scripts/playbook.yml View File

@ -82,6 +82,7 @@
become: true
- name: Allow Jenkins sudo access
become: true
lineinfile: /etc/sudoers
lineinfile:
path: /etc/sudoers
line: 'jenkins ALL=NOPASSWD: /var/lib/jenkins/jobs/TigerOS Devel/workspace/tigeros/make-iso.sh'
state: present

Loading…
Cancel
Save