mirror of https://github.com/ansible/ansible.git
Mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c6f4d4328b
There is a subtle bug in how the git module currently works. If the version you request is a tag name, and you've already got the repo cloned, and the tag name is a new tag, but refers to the already checked out working copy, the git module would exit early without change. This is bad as it means the new tag ref was not fetched and could not be used in later tasks. This change will check if the version is a remote tag, and if the tag doesn't exist locally. If that is true, it'll do a fetch. The activity could still be seen as not a change, because the working copy won't be updated, if the new tag refers to the already checked out copy, but that's not different than before and can be fixed as a more comprehensive overhaul of tracking change in the git module. |
11 years ago | |
---|---|---|
cloud | 11 years ago | |
commands | 11 years ago | |
database | 11 years ago | |
files | 11 years ago | |
internal | 11 years ago | |
inventory | 11 years ago | |
messaging | 11 years ago | |
monitoring | 11 years ago | |
net_infrastructure | 11 years ago | |
network | 11 years ago | |
notification | 11 years ago | |
packaging | 11 years ago | |
source_control | 11 years ago | |
system | 11 years ago | |
utilities | 11 years ago | |
web_infrastructure | 11 years ago |