Commit 545b19fe authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: ansible community.mysql collection name

parent 9629681c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,9 +29,9 @@ RUN pip install --no-cache-dir --upgrade pip && \

# optional: install common ansible collections
RUN ansible-galaxy collection install \
    community.
    community.general \
    community.docker \
    community.general \
    community.mysql \
    ansible.posix

# prepare molecule tmp dir