- name: "05-06 noop verify" hosts: localhost gather_facts: false vars: repo_root: "{{ playbook_dir }}/../../.." doc_id: "05-06" doc_filename: "05-06-openlist挂载网盘与自动备份.md" tasks: - name: Include noop doc verify role tasks ansible.builtin.include_role: name: verify_common tasks_from: noop-doc-verify.yml