roles/common/tasks/main.yml: Missing brackets around tags list.
[distorted-ansible] / all.yml
... / ...
CommitLineData
1### -*-yaml-*-
2###
3### Top-level playbook for making everything happen.
4
5---
6
7## Apply general configuration.
8- hosts: all
9 gather_facts: no
10 roles:
11 - common