geerlingguy / docker-centos7-ansible

CentOS 7 Docker container for Ansible playbook and role testing.
https://hub.docker.com/r/geerlingguy/docker-centos7-ansible/
MIT License
102 stars 87 forks source link

Service manager issue in one of my roles #4

Open noplanman opened 5 years ago

noplanman commented 5 years ago

One of my roles cannot (re)start a service unless the filesystem package is updated first.

I'm not sure why or what effect this has exactly, but the latest version of the filesystem package fixes it, and the service can then successfully be (re)started.

Here are the Travis tests (before, after) that show the problem, and the repo is here.