Hi@Jp,
You need to create your own customized scripts. According to your use case, the below playbook may help you.
- hosts: localhost
  gather_facts: no
  tasks:
  - name: Assemble from fragments from a directory
    assemble:
      src: file/
      dest: Mergedfile
  - name: Find uniqe entries
    shell: cat Mergedfile | sort -u | uniq -u > hosts