[ANSIBLE] Changed ansible package name
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
9493f8f35e
commit
efd50521d8
@ -23,6 +23,6 @@ RUN rm -rf /var/cache/apk/*
|
||||
|
||||
# install ansible + linters
|
||||
RUN pip3 install --upgrade pip
|
||||
RUN pip3 install ansible-core==${ANSIBLE_VERSION}
|
||||
RUN pip3 install ansible-base==${ANSIBLE_VERSION}
|
||||
RUN pip3 install ansible-lint==${ANSIBLE_LINT_VERSION}
|
||||
RUN pip3 install yamllint==${YAML_LINT_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user