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
Sam Doran cd473dfb2f
play - validate hosts entries (#74147)
* Change tests to pytest-style tests
* Add tests for invalid hosts
* Validate host inputs
  - check for empty values
  - check for None
  - check for values that are not a sequence and are not strings
  - add unit tests

* Move play name setting to get_name() and out of load()
* Add _validate_hosts() method
  By defining this method, it gets called automatically by FieldAttributeBase.validate().
5 years ago
..
_vendor Rename to ansible-core (#72594) 5 years ago
cli Do not show empty version_added_collection values in ansible-doc text output. (#74999) 5 years ago
collections saner path dir management (#72648) 5 years ago
compat Updated bundled libraries (#70418) 6 years ago
config config: small typo fix (#74845) 5 years ago
errors Correctly set path and fullpath for template vars (#73924) 5 years ago
executor Wrap all results, regardless of register, except for actions with clean facts (#73161) 5 years ago
galaxy collection: match skip message as per role install (#74861) 5 years ago
inventory inventory: misc typo fixes (#73695) 5 years ago
module_utils deprecate FileLock (#75032) 5 years ago
modules blockinfile - Remove unused code for Ansible 1.x. (#75040) 5 years ago
parsing Remove PyCrypto (#74699) 5 years ago
playbook play - validate hosts entries (#74147) 5 years ago
plugins deprecate `_remote_checksum()` and remove use in fetch (#74848) 5 years ago
template fix unsafe preservation across newlines (#74960) 5 years ago
utils Add seed parameter to password lookup (#69775) 5 years ago
vars Only check if play.hosts is a template when the play hasn't been finalized (#73941) 5 years ago
__init__.py CI and compat fixes for Jinja2 >= 3.0 (#74666) 5 years ago
constants.py force version on deprecation (#74338) 5 years ago
context.py Become plugins (#50991) 7 years ago
keyword_desc.yml Better handling of rstisms in ansible-doc (#74596) 5 years ago
release.py prep for 2.12 version bump (#74126) 5 years ago