ansible-ad-lab
ansible-ad-lab copied to clipboard
Ansible Deprecation Warnings
Describe the bug If you execute the Playbook you get the following warnings:
[DEPRECATION WARNING]: Specifying a list of dictionaries for vars is deprecated in favor of specifying a dictionary. This feature will be removed in version 2.18.
Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
[DEPRECATION WARNING]: ansible.windows.win_domain has been deprecated. Use microsoft.ad.domain instead. This feature will be removed from ansible.windows in version 3.0.0.
Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
To Reproduce Steps to reproduce the behavior: Execute the Playbook
Expected behavior No deprecation warnigs