Jeff Geerling

Results 1857 comments of Jeff Geerling

@ollie1 - You're missing the command override—molecule injects a command that needs to be removed for systemd to be the first process in the container; see https://github.com/geerlingguy/ansible-role-apache/blob/master/molecule/default/molecule.yml#L9 ``` command: ${MOLECULE_DOCKER_COMMAND:-""}...

@Vakhrushev - Did you modify your molecule config to override the command as I mentioned above?

@Vakhrushev - I just did the exact same thing (`molecule create`, `molecule login`, then `systemctl`) and got: ``` [root@instance /]# systemctl UNIT LOAD ACTIVE SUB DESCRIPTION dev-vda1.device loaded activating tentative...

I just noticed my docker-centos7-ansible image was 7 months old so I'm updating it now... Heh... it's still that one: ``` $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE...

Can anyone try pulling the latest version of this image (once it builds and pushes... should happen soon after #14 was merged).

Ah... that'd explain it. For some reason I'm still on 4.1.1.

Before merging, I'd like to: 1. Make sure we also make it so 8.1 can be used on Debian-based distros (this PR currently just does RH/Fedora). 2. Update tests to...

Can you give an idea of what kind of benefit this brings? I understand you could swap the repo but what other repos would have the same layout/setup as Ondrej's?

Thanks! I'll have to take a look at this again when I have the server up and running again—right now I have it pulled apart for some other testing :(