main.yml 122 B

12345
  1. ---
  2. - name: Include tag-files
  3. include_tasks: "{{ item }}"
  4. with_fileglob:
  5. - "{{ role_path }}/tasks/tasks/*.yml"