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
James Cammarata 78b8f81cab New feature: add new meta action `end_play`
This feature also cleans up and extends the meta subsystem:
* Allows for some meta actions (noop, clear_facts, clear_host_errors,
  and end_play) to operate on a per-host basis, meaning they can work
  with the free strategy as expected.
* Allows for conditionals on meta tasks.
* Fixes a bug where (for the linear strategy) metas were not treated
  as a run_once task, meaning every host in inventory would run the
  meta task.

Fixes #1476
8 years ago
..
cli include_role (role revamp implementation) (#17232) 8 years ago
compat Move py34 mock_open compat to compat/test/mock (#17157) 8 years ago
config Making the switch to v2 10 years ago
errors Fix some typos (#16498) 8 years ago
executor Move queuing tasks to a background thread 8 years ago
galaxy Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 8 years ago
inventory The former match for a section header included hosts that began with a range. (#17225) 8 years ago
module_utils Update Junos to NetworkModule (#17197) 8 years ago
modules Update submodule refs 8 years ago
parsing fix action parsing to avoid conflicts agin 8 years ago
playbook Don't do parent stuff during serialize if squashed or finalized 8 years ago
plugins New feature: add new meta action `end_play` 8 years ago
template Implement vault encrypted yaml variables. (#16274) 8 years ago
utils initial add of shared modules for supporting Nokia SROS devices 8 years ago
vars include_role (role revamp implementation) (#17232) 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago
constants.py * Fix race in creating temp directories pre-fork (#16965) 8 years ago
release.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago
test-requirements.txt Making the switch to v2 10 years ago