diff --git a/lib/ansible/modules/dnf.py b/lib/ansible/modules/dnf.py index 91ebcdddd331c2..9b1faaa5f0081a 100644 --- a/lib/ansible/modules/dnf.py +++ b/lib/ansible/modules/dnf.py @@ -242,7 +242,7 @@ - action_common_attributes.flow attributes: action: - details: In the case of dnf, it has 2 action plugins that use it under the hood, M(yum) and M(package). + details: In the case of dnf, it has 2 action plugins that use it under the hood, M(ansible.builtin.yum) and M(ansible.builtin.package). support: partial async: support: none diff --git a/lib/ansible/modules/yum.py b/lib/ansible/modules/yum.py index 7f25f9459b855f..53756a5bb7b878 100644 --- a/lib/ansible/modules/yum.py +++ b/lib/ansible/modules/yum.py @@ -248,7 +248,7 @@ - action_common_attributes.flow attributes: action: - details: In the case of yum, it has 2 action plugins that use it under the hood, M(yum) and M(package). + details: In the case of yum, it has 2 action plugins that use it under the hood, M(ansible.builtin.yum) and M(ansible.builtin.package). support: partial async: support: none