Skip to content

Commit 1f356e1

Browse files
committed
ini_file module not in ansible-core
1 parent 425fe71 commit 1f356e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.kitchen-docker/rockylinux8/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ RUN chown <%= @username %> /home/<%= @username %>/.ssh/authorized_keys
1212
RUN chmod 0600 /home/<%= @username %>/.ssh/authorized_keys
1313
RUN echo '<%= IO.read(@public_key).strip %>' >> /home/<%= @username %>/.ssh/authorized_keys
1414
RUN yum install -y ansible-core
15-
RUN ansible-galaxy collection install community.rabbitmq
16-
RUN ansible-galaxy collection install ansible.posix
15+
RUN ansible-galaxy collection install community.rabbitmq ansible.posix community.general

0 commit comments

Comments
 (0)