Chris Meyers
Chris Meyers
AWX setting
The problem is that the docker module hasn't been ported to work with python3.
Can the installation be moved to before the yum clean all? This reduces the container image size.
ping @memoryleak
Hmm, @micahlmartin can you try the same set of steps without this PR merged https://github.com/chrismeyersfsu/provision_docker/pull/36/files ? Seems we are getting the same failure as you .. in our travis tests...
Ok, this seems to be a regression in Ansible between 2.2.0 to 2.2.1 The tests succeed on my local box with Ansible 2.2.0 but fail in the same way with...
Filed bug in Ansible core https://github.com/ansible/ansible/issues/21782
FYI, I've been using a role, [required_vars](https://galaxy.ansible.com/list#/roles/4342), to enforce per-role required vars. I include the `required_vars` in the `rolenamehere/meta/main.yml` ``` { role: chrismeyersfsu.required_vars, required_vars: rolenamehere_required_vars } ``` `rolenamehere_required_vars` is defined...