mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
Merge pull request #298 from kurokobo/mqtt
feat: bump kubealex.eda version to 1.0.8
This commit is contained in:
commit
e3128a44ce
1 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
FROM quay.io/ansible/ansible-rulebook:v1.0.4
|
||||
RUN pip install --no-cache-dir aiomqtt==1.2.1 && \
|
||||
ansible-galaxy collection install kubealex.eda==1.0.7
|
||||
RUN pip install --no-cache-dir aiomqtt==2.0.0 && \
|
||||
ansible-galaxy collection install kubealex.eda==1.0.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue