Skip to content

Commit 93b9a44

Browse files
authored
Merge pull request #322 from StackStorm/fix_el8
Need to install ansible-core on EL8
2 parents 28c1d35 + 1f356e1 commit 93b9a44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.kitchen-docker/rockylinux8/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ RUN touch /home/<%= @username %>/.ssh/authorized_keys
1111
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
14+
RUN yum install -y ansible-core
15+
RUN ansible-galaxy collection install community.rabbitmq ansible.posix community.general

0 commit comments

Comments
 (0)