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.
2 parents 28c1d35 + 1f356e1 commit 93b9a44Copy full SHA for 93b9a44
.kitchen-docker/rockylinux8/Dockerfile
@@ -11,3 +11,5 @@ RUN touch /home/<%= @username %>/.ssh/authorized_keys
11
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 ansible.posix community.general
0 commit comments