Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
estenrye committed Oct 3, 2022
1 parent 7be5994 commit 6dada94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/playbooks/tools.rye.ninja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ docker run --rm -it \
--mount type=bind,source=${ANSIBLE_SECRETS_DIR},target=/secrets \
--mount type=bind,source=${SSH_KEY_PATH},target=/root/.ssh/id_rsa \
-e ANSIBLE_CONFIG=/ansible/ansible.cfg \
estenrye/ansible:v0.2.12 \
estenrye/ansible:v0.2.13 \
ansible-playbook \
-i /ansible/playbooks/tools.rye.ninja/inventory.yml \
/ansible/playbooks/tools.rye.ninja/playbook.yml
Expand Down
2 changes: 1 addition & 1 deletion docker/estenrye/ansible/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.2.12"
"version": "0.2.13"
}
2 changes: 1 addition & 1 deletion docker/estenrye/ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ collections:
- name: community.postgresql
version: 2.2.0
- name: community.general
version: 4.7.0
version: 5.6.0
- name: kubernetes.core
version: 2.3.2
- name: nginxinc.nginx_core
Expand Down

0 comments on commit 6dada94

Please sign in to comment.