We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425fe71 commit 1f356e1Copy full SHA for 1f356e1
.kitchen-docker/rockylinux8/Dockerfile
@@ -12,5 +12,4 @@ RUN chown <%= @username %> /home/<%= @username %>/.ssh/authorized_keys
12
RUN chmod 0600 /home/<%= @username %>/.ssh/authorized_keys
13
RUN echo '<%= IO.read(@public_key).strip %>' >> /home/<%= @username %>/.ssh/authorized_keys
14
RUN yum install -y ansible-core
15
-RUN ansible-galaxy collection install community.rabbitmq
16
-RUN ansible-galaxy collection install ansible.posix
+RUN ansible-galaxy collection install community.rabbitmq ansible.posix community.general
0 commit comments