You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ANXS/nginx which requires this role, but am running into an issue where, when pulling in dependencies via Ansible Galaxy, I'm seeing bugs because this repository is not up-to-date with Ansible Galaxy.
Specifically, I'm running into the issue regarding syntax deprecation which was resolved in #5:
TASK [ANXS.perl : Perl | Make sure the packages are installed (Debian)] ********
failed: [dev.flaq.live] (item=[u'perl_packages']) => {"failed": true, "item": ["perl_packages"], "msg": "No package matching 'perl_packages' is available"}
As far as I can tell this fix has not been published to Ansible Galaxy.
I've resolved this temporarily by pulling down this repo directly from GitHub:
Ansible version: v2.3.1
I'm using ANXS/nginx which requires this role, but am running into an issue where, when pulling in dependencies via Ansible Galaxy, I'm seeing bugs because this repository is not up-to-date with Ansible Galaxy.
Specifically, I'm running into the issue regarding syntax deprecation which was resolved in #5:
As far as I can tell this fix has not been published to Ansible Galaxy.
I've resolved this temporarily by pulling down this repo directly from GitHub:
The text was updated successfully, but these errors were encountered: