-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix 370 redirecting types and deprecation warnings #433
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also test your changes with Linux guest OS
OK, thanks Qi! |
Passed in Linux Guest OS. |
We'd better exclude internal used ticket number in this external merge request in title |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found below redirecting:
Read vars_file '{{ testing_vars_file | default('../../vars/test.yml') }}'
[DEPRECATION WARNING]: Use 'ansible.utils.hwaddr' module instead. This feature
will be removed from ansible.netcommon in a release after 2024-01-01.
Deprecation warnings can be disabled by setting deprecation_warnings=False in
ansible.cfg.
redirecting (type: filter) ansible.netcommon.hwaddr to ansible.utils.hwaddr
redirecting (type: modules) ansible.builtin.zypper_repository to community.general.zypper_repository
redirecting (type: modules) ansible.builtin.archive to community.general.archive
redirecting (type: modules) ansible.builtin.iso_extract to community.general.iso_extract
46b252f
to
65555ee
Compare
Signed-off-by: “yanhuih2022” <“[email protected]”>
65555ee
to
bf549a3
Compare
[ansible-vsphere-gos-validation] Fix redirecting types and deprecation warnings
redirecting (type: action) ansible.builtin.win_copy to ansible.windows.win_copy
redirecting (type: modules) ansible.builtin.win_stat to ansible.windows.win_stat
redirecting (type: modules) ansible.builtin.win_file to ansible.windows.win_file
redirecting (type: callback) ansible.builtin.timer to ansible.posix.timer (Cannot find)
redirecting (type: modules) ansible.builtin.setup to ansible.windows.setup
redirecting (type: filter) ansible.netcommon.hwaddr to ansible.utils.hwaddr
redirecting (type: modules) ansible.builtin.vmware_guest to community.vmware.vmware_guest
There is one still exists.
redirecting (type: callback) ansible.builtin.timer to ansible.posix.timer
Verified with Qi, and make sure it is a callback and isn't a module. It can be ignored.