Re: [ansible-devel] Problems with centos8 docker image with ansible-test

2021-02-05 Thread 'syhR8' via Ansible Development
That task is defined as follows... - name: Ensure mongod package is installed yum: name: '{{ mongodb_packages.mongod }}' state: present when: ansible_os_family == "RedHat" and the variable used is defined as follows... mongodb_packages: mongod: mongodb-org-server Running locally I

Re: [ansible-devel] Problems with centos8 docker image with ansible-test

2021-02-05 Thread Matt Martz
The tests seem to be installing python2, causing the test environment to be modified. Per the error message: ERROR: Test target "lookup_mongodb" has changed the test environment! If these changes are necessary, they must be reverted before the test finishes. This is being done in the following t

[ansible-devel] Problems with centos8 docker image with ansible-test

2021-02-05 Thread 'rhys.jame...@googlemail.com' via Ansible Development
Hello, Is anyone else having problems using the centos8 images with ansible-test? The last couple of days I've been getting an error stating "ERROR: Test target "lookup_mongodb" has changed the test environment!" A failed run is here: https://github.com/ansible-collections/community.mongodb/r