mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
Lets put this in the right place instead of ~root/
This commit is contained in:
@@ -230,7 +230,7 @@
|
||||
|
||||
- name: extract android SDK
|
||||
only_if: '$is_fedora'
|
||||
command: tar -xvf /var/android/android-sdk-with-platform-17.tar.gz
|
||||
command: tar -xvf /var/android/android-sdk-with-platform-17.tar.gz --owner=jenkins_slave --group=jenkins-slave -C /var/android/
|
||||
|
||||
- name: delete sdk archive
|
||||
only_if: '$is_fedora'
|
||||
|
||||
Reference in New Issue
Block a user