newer versions introduce options that require ansible 2.11, while rhel/centos 8 ansible is at 2.9. Aligning the nginx versions will keep this working....
To get the tests to pass, we need to update roles/webui/molecule/default/requirements.yml too. The requirement file for the test environment does not currently read the same as the production environment.
newer versions introduce options that require ansible 2.11, while rhel/centos 8 ansible is at 2.9. Aligning the nginx versions will keep this working....