mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-14 01:00:39 +00:00
396 B
396 B
- DEPRECATE
- the tag 'skip_ansible_lint' to skip tasks is deprecated use 'skip_ansible_later' instead
- ENHANCEMENT
- add a non-enforcement rule for deprecated features
if you use a custom standards file you may have to enable
check_deprecate
- add a non-enforcement rule for deprecated features
if you use a custom standards file you may have to enable
- BUGFIX
- ANSIBLE0010 - allow
shell
module ifargs.executable
is used as this parameter is no longer support by command module
- ANSIBLE0010 - allow