File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7474 run : |
7575 echo "DISTRO=${{ matrix.os }}" > .env
7676 echo "DOCKER_SERVER_HOSTNAME=${{ matrix.server_hostname }}" > .env
77+ cat .env
7778
7879 - name : Start Containers
7980 run : |
Original file line number Diff line number Diff line change 11# This is for testing and development only.
22# SSHD must be installed before running the playbook.
33# Thanks: https://stackoverflow.com/questions/71040681/qemu-x86-64-could-not-open-lib64-ld-linux-x86-64-so-2-no-such-file-or-direc
4- FROM geerlingguy/docker-${MOLECULE_DISTRO :-rockylinux10}-ansible:latest
4+ FROM geerlingguy/docker-${DISTRO :-rockylinux10}-ansible:latest
55
66# https://github.com/geerlingguy/docker-rockylinux9-ansible/issues/6#issuecomment-2676248714
77RUN chmod 0400 /etc/shadow
You can’t perform that action at this time.
0 commit comments