f
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-07-15 18:29:35 +02:00
parent ed99cb74c7
commit f7ef3bd0ca
2 changed files with 4 additions and 0 deletions

View file

@ -14,5 +14,8 @@ RUN apt-get update \
RUN python3 -m pip install --upgrade pip \
&& python3 -m pip install --no-cache-dir -r requirements.txt
RUN python3 -m pip install --upgrade pip \
&& python3 -m pip install --no-cache-dir -r requirements.txt
RUN wget -q https://git.mgrote.net/mg/homeserver/raw/branch/master/requirements.yaml \
&& ansible-galaxy install -r requirements.yaml

View file

@ -3,3 +3,4 @@ pykeepass==4.0.3
jmespath
ansible
#docker-compose
ansible-dev-tools==24.7.1