Fix /var/android perms
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
bc6aebf1ff
commit
13b0802e2a
1 changed files with 4 additions and 0 deletions
|
@ -431,6 +431,10 @@
|
|||
when: is_fedora is defined
|
||||
command: tar -xvf /var/android/android-sdk-with-platform-17.tar.gz --owner=jenkins_slave --group=jenkins_slave -C /var/android/
|
||||
|
||||
- name: make /var/android belong to jenkins_slave
|
||||
when: is_fedora is defined
|
||||
action: file path=/var/android state=directory recurse=true owner=jenkins_slave group=jenkins_slave
|
||||
|
||||
- name: delete sdk archive
|
||||
when: is_fedora is defined
|
||||
action: file state=absent path=/var/android/android-sdk-with-platform-17.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue