mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
AZP: Ensure collection dir is writable (#139)
This commit is contained in:
parent
bc0fb3096b
commit
e1dad76ccb
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ function join {
|
|||
echo "$*";
|
||||
}
|
||||
|
||||
# Ensure we can write other collections to this dir
|
||||
sudo chown "$(whoami)" "${PWD}/../../"
|
||||
|
||||
test="$(join / "${args[@]:1}")"
|
||||
|
||||
docker images ansible/ansible
|
||||
|
|
|
|||
Loading…
Reference in a new issue