test ansible-galaxy install path
This commit is contained in:
parent
421014c391
commit
118bbd5101
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ COPY --chown=ansible-user:ansible-user version.sh .
|
|||
RUN python3 -m pip install --no-cache-dir --upgrade pip \
|
||||
&& python3 -m pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
RUN ansible-galaxy install -r requirements.yaml --roles-path=/ansible/roles
|
||||
RUN ansible-galaxy install -r requirements.yaml
|
||||
|
||||
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
|
||||
# hadolint ignore=DL3001
|
||||
|
|
Loading…
Reference in a new issue