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.
ansible/lib/ansible
Gugli a00c078912 Add support for repos with svn:externals files
When a SVN repository has some svn:externals properties, files will be
reported with the X attribute, and lines will be added at the end to
list externals statuses with a text looking like
"Performing status on external item at ....".
Such lines were counted as a local modification by the regex, and the
module returned a change, even though they were none.

To have a clean (and parsable) "svn status" output, it is recommended
to use the --quiet option. The externals will only appear if they have
been modified. With this option on, it seems even safer to consider
there are local modifications when "svn status" outputs anything.
9 years ago
..
cli Transform vault_pass into text when we read it in from the user or a file. (#18699) 9 years ago
compat Move py34 mock_open compat to compat/test/mock (#17157) 10 years ago
config Making the switch to v2 11 years ago
errors Add error info if tabs are found in the yaml (#18343) 9 years ago
executor unified boolean function 9 years ago
galaxy For container enabled role, display warning only when not ANSIBLE_CONTAINER (#18717) 9 years ago
inventory Properly sort groups by name as well as depth when getting vars 9 years ago
module_utils module_utils: ovirt: Add support to fetch nested object's attributes (#18666) 9 years ago
modules Add support for repos with svn:externals files 9 years ago
parsing Remove method that isn't used here. (#18713) 9 years ago
playbook smart quotes, die die die. 9 years ago
plugins add back reverted change to network_cli (#18761) 9 years ago
template always template when called from template (#18490) 9 years ago
utils module_utils: ovirt: Add support to fetch nested object's attributes (#18666) 9 years ago
vars ansible_playbook_python (#18530) 9 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py Document the get_config function 9 years ago
release.py Bumping devel version to 2.3.0 9 years ago
test-requirements.txt Making the switch to v2 11 years ago