Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix https://github.com/geerlingguy/ansible-role-varnish/issues/116 #117

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adepretis
Copy link

Although not reproducable at least with Ansible 2.14 this should fix #116

tasks/setup-Debian.yml Outdated Show resolved Hide resolved
Co-authored-by: Bilge <bilge@scriptfusion.com>
@@ -46,4 +46,4 @@
yum:
name: "{{ varnish_modules_package_name }}"
state: present
when: varnish_modules_package_name
when: varnish_modules_package_name is defined and varnish_modules_package_name|length > 0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Presumably this condition should match the other?

Copy link

This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@github-actions github-actions bot added the stale label Feb 23, 2024
@Bilge
Copy link

Bilge commented Feb 23, 2024

Marking PRs as stale with absolutely no input from the maintainer? Now that's fucked up.

@geerlingguy
Copy link
Owner

@github-actions github-actions bot removed the stale label Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Ensure Varnish VMODs are installed" emits deprecation notice
3 participants