[DEPRECATION WARNING]: State 'installed' is deprecated. Using state 'present' instead. This feature will be removed in version 2.9. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
How does it address the problem?
Updates state installed to present for ansible task.
Avoid deprecation warning for
installed
state.[DEPRECATION WARNING]: State 'installed' is deprecated. Using state 'present' instead. This feature will be removed in version 2.9. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
Updates state
installed
topresent
for ansible task.None.