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.
Issue #15633 observes that a meta: inventory_refresh task causes the playbook to exit. An inventory refresh flushes all caches and rebuilds all host objects, assigning new UUIDs to each. These new host UUIDs currently fail to match those on host objects stored for restrictions in the inventory, causing the playbook to exit for having no hosts to run further tasks against. This changeset attempts to address this issue by storing host restrictions by name, and comparing inventory host names against these names when applying restrictions in get_hosts. |
10 years ago | |
|---|---|---|
| .. | ||
| cli | 10 years ago | |
| compat | 10 years ago | |
| config | 11 years ago | |
| errors | 10 years ago | |
| executor | 10 years ago | |
| galaxy | 10 years ago | |
| inventory | 10 years ago | |
| module_utils | 10 years ago | |
| modules | 10 years ago | |
| new_inventory | 10 years ago | |
| parsing | 10 years ago | |
| playbook | 10 years ago | |
| plugins | 10 years ago | |
| template | 10 years ago | |
| utils | 10 years ago | |
| vars | 10 years ago | |
| __init__.py | 10 years ago | |
| constants.py | 10 years ago | |
| release.py | 10 years ago | |
| test-requirements.txt | 11 years ago | |