Problem with ansible_facts and ansible_facts.packages

Problem:
Not all values are shown in the interface.

if a playbook with the “Setup” module is launched, the list of all the facts of the team is shown in events, but if the “package_facts” module is launched in the same playbook, it only shows the package’s values.

Case 1:
playbook:

– hosts: all
tasks:
- name:recolect facts
setup:
result: is possible to find in the interface -> name = ansible_interfaces -> and return values

Case 2:
playbook:

– hosts: all
tasks:
- name:recollect facts
setup:
- name recollect facts.packages
package_facts:

result: not possible to find in the interface -> name = ansible_interfaces
only show packages