mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-07-30 11:24:55 +00:00
AZP: Ensure collection dir is writable (#139)
This commit is contained in:
@@ -14,6 +14,9 @@ function join {
|
|||||||
echo "$*";
|
echo "$*";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Ensure we can write other collections to this dir
|
||||||
|
sudo chown "$(whoami)" "${PWD}/../../"
|
||||||
|
|
||||||
test="$(join / "${args[@]:1}")"
|
test="$(join / "${args[@]:1}")"
|
||||||
|
|
||||||
docker images ansible/ansible
|
docker images ansible/ansible
|
||||||
|
|||||||
Reference in New Issue
Block a user