feat(collection): add community.postgresql

!95
This commit is contained in:
2023-10-20 06:29:54 +09:30
parent a613a27d93
commit 03342e41c5
2 changed files with 9 additions and 6 deletions

View File

@ -71,12 +71,13 @@ RUN pip install --index-url https://gitlab.com/api/v4/projects/45741845/packages
RUN ansible-galaxy collection install \
awx.awx \
kubernetes.core \
# community.general.gitlab_*
community.general \
# ansible.posix.authorized_key for SSH
ansible.posix \
awx.awx \
# community.general.gitlab_*
community.general \
# docker managment
community.docker \
community.mysql
community.mysql \
community.postgresql \
kubernetes.core

View File

@ -4,3 +4,5 @@ ansible-runner==2.3.4
# Required for community.general.gitlab_*
python_gitlab==3.14.0
# community.postgresql
psycopg2==2.9.9