Skip to content

Commit 89b59db

Browse files
committed
OS is weird.
1 parent 1155b6d commit 89b59db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/server.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
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: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
77
RUN chmod 0400 /etc/shadow

0 commit comments

Comments
 (0)