ansible-role-nginx-config icon indicating copy to clipboard operation
ansible-role-nginx-config copied to clipboard

Correct runtime error during cleanup.

Open pecastro opened this issue 1 year ago • 16 comments

TASK [ansible-role-nginx-config : Remove NGINX config files] ******************************************************************************************************************************************************* Monday 27 May 2024 11:53:13 +0100 (0:00:00.029) 0:00:14.736 ************ fatal: [localhost]: FAILED! => {"msg": "'dict object' has no attribute 'results'. 'dict object' has no attribute 'results'"}

Proposed changes

Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to that issue using one of the supported keywords here in this description (not in the title of the PR).

Checklist

Before creating a PR, run through this checklist and mark each as complete:

  • [x] I have read the CONTRIBUTING document.
  • [x] I have added Molecule tests that prove my fix is effective or that my feature works.
  • [x] I have checked that any relevant Molecule tests pass after adding my changes.
  • [x] I have updated any relevant documentation (defaults/main/*.yml, README.md and CHANGELOG.md).

pecastro avatar May 27 '24 11:05 pecastro