Replies: 1 comment
-
I think that if a user mentioned |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, git-latest triggers for a task configuration like this:
I'm wondering, is this an intentional choice? Without an explicit
version
, this will still properly report "ok" status if the repository is already cloned so requiring a version here seems unnecessary.I'm using Ansible to provision my workstation so I was trying to use the git module to clone repositories I plan to work on and as such, I always want to clone an up-to-date repository.
I can use
# noqa
on specific rules of course so this isn't a big problem, I'm just wondering if this rule intentionally includes tasks withupdate: false
or if it's just an oversight.Beta Was this translation helpful? Give feedback.
All reactions