diff --git a/.dictionary b/.dictionary index 64b0f22..ae5fd2c 100644 --- a/.dictionary +++ b/.dictionary @@ -1 +1,2 @@ Ansible +ansible-dev-tools diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index e3a7351..7cb883d 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -34,7 +34,7 @@ steps: DOCKER_PASS: from_secret: docker_password PUSHRM_FILE: README.md - PUSHRM_SHORT: Ansible dev tools collection + PUSHRM_SHORT: Ansible developer tools collection PUSHRM_TARGET: thegeeklab/${CI_REPO_NAME} when: - event: [push, manual] diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 6029d40..a3a2b67 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -29,15 +29,15 @@ RUN apk add --update --no-cache --virtual .build-deps build-base libffi-dev musl RUN export CARGO_NET_GIT_FETCH_WITH_CLI=true && \ export USER=root && \ echo "Installing requirements ..." && \ - pip install -qq --no-cache-dir --upgrade pip && \ - pip install -qq --no-cache-dir boto boto3 botocore apache-libcloud hcloud \ + pip install -qq --root-user-action --no-cache-dir --upgrade pip && \ + pip install -qq --root-user-action --no-cache-dir boto boto3 botocore apache-libcloud hcloud \ flaky passlib pytest pytest-testinfra && \ echo "Installing ansible 'v$ANSIBLE_VERSION' ..." && \ - pip install -qq --no-cache-dir ansible=="$ANSIBLE_VERSION" && \ + pip install -qq --root-user-action --no-cache-dir ansible=="$ANSIBLE_VERSION" && \ echo "Installing molecule 'v$MOLECULE_VERSION' ..." && \ - pip install --no-cache-dir molecule=="$MOLECULE_VERSION" molecule-plugins[docker] molecule-hetznercloud && \ + pip install -qq --root-user-action --no-cache-dir molecule=="$MOLECULE_VERSION" molecule-plugins[docker] molecule-hetznercloud && \ echo "Installing ansible-lint 'v$ANSIBLE_LINT_VERSION' ..." && \ - pip install -qq --no-cache-dir ansible-lint=="$ANSIBLE_LINT_VERSION" && \ + pip install -qq --root-user-action --no-cache-dir ansible-lint=="$ANSIBLE_LINT_VERSION" && \ apk del .build-deps && \ rm -rf /var/cache/apk/* && \ rm -rf /tmp/* && \ diff --git a/README.md b/README.md index 0061540..6a79749 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ansible-dev-tools -Ansible dev tools collection +Ansible developer tools collection @@ -12,13 +12,13 @@ Ansible dev tools collection -Ansible dev tools collection +Container image with a collection of Ansible developer tools. ## Tools -- [ansible](https://github.com/ansible/ansible) -- [ansible-lint](https://github.com/ansible/ansible-lint) -- [molecule](https://github.com/ansible/molecule) +- [`ansible`](https://github.com/ansible/ansible) +- [`ansible-lint`](https://github.com/ansible/ansible-lint) +- [`molecule`](https://github.com/ansible/molecule) ## License