mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
887b3882dc
* initial commit for deprecate_attrs * completed tests * added spaces * test now works when tehre is more than one deprecation * trying == instead of eq in jinja * new approach to testing * removed extraneous debug message
7 lines
241 B
YAML
7 lines
241 B
YAML
# (c) 2021, Alexei Znamensky
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
- include_tasks: msimple.yml
|
|
- include_tasks: mdepfail.yml
|
|
- include_tasks: mstate.yml
|
|
- include_tasks: msimpleda.yml
|