1 2 3 4 5 6 7 8 9
--- - name: Fixture hosts: localhost gather_facts: false tags: - "{{ foo }}" tasks: - name: Run custom module # noqa: fqcn[action] fake_module: {}