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
Hi Geoffrey and thanks for this Ansible role! I've been using it for over a year and it saved me tones of time!
I'm opening this issue after upgrading my local copy of your role and seeing these two warnings when applying it:
[WARNING]: file /path/to/roles/jffz.netdata/tasks/configure.yml is empty and had no tasks to include
[WARNING]: file /path/to/roles/jffz.netdata/tasks/install_release.yml is empty and had no tasks to include
Deleting these two empty files does not help, but there is still something we can do to suppress the warnings. Just adding this yaml to both files seems to do the trick:
---
[]
What do you think of making this change?
The text was updated successfully, but these errors were encountered:
Hi Geoffrey and thanks for this Ansible role! I've been using it for over a year and it saved me tones of time!
I'm opening this issue after upgrading my local copy of your role and seeing these two warnings when applying it:
Deleting these two empty files does not help, but there is still something we can do to suppress the warnings. Just adding this yaml to both files seems to do the trick:
--- []
What do you think of making this change?
The text was updated successfully, but these errors were encountered: