aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/p.yml
blob: 49c32009c754ed09a4c3d6c4d16952cdfc3665d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13

# p.yml
# Execute only one role

---

- hosts: "{{ host }}"

  tasks:

    - include_role:
        name: "{{ role }}"
        tasks_from: "{{ task }}.yml"
remember that computers suck.