build: release as stable #142

Merged
jon_nfc merged 11 commits from development into master 2023-11-14 13:06:29 +00:00
3 changed files with 7 additions and 5 deletions
Showing only changes of commit 2d54a3cc28 - Show all commits

View File

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

View File

@ -8,3 +8,5 @@ python_gitlab==3.14.0
psycopg2==2.9.9
# community.mysql
PyMySQL==1.1.0
dnspython