--- - name: include backup.yml include_tasks: file: backup.yml apply: tags: backup tags: backup - name: include check.yml include_tasks: file: check.yml apply: tags: check tags: check # vim: set tabstop=2 shiftwidth=2 expandtab smarttab: