ansible-ad-lab icon indicating copy to clipboard operation
ansible-ad-lab copied to clipboard

Ansible Deprecation Warnings

Open BlackCodeDE opened this issue 1 year ago • 0 comments

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

BlackCodeDE avatar Jun 09 '24 12:06 BlackCodeDE