diff options
author | binary <me@rgoncalves.se> | 2020-11-03 23:25:41 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-03 23:25:41 +0100 |
commit | af78a2b68e25296ecf2187199bb9e3b2ed370e46 (patch) | |
tree | bb83708430f0a2b847d43efbfd26e9e0e2df5b8a /playbooks/p.yml | |
parent | a43b2771624f08396c18f21f8392af603164f047 (diff) | |
download | infrastructure-af78a2b68e25296ecf2187199bb9e3b2ed370e46.tar.gz |
Move playbook to subdir
Diffstat (limited to 'playbooks/p.yml')
-rw-r--r-- | playbooks/p.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/playbooks/p.yml b/playbooks/p.yml new file mode 100644 index 0000000..0e37fb8 --- /dev/null +++ b/playbooks/p.yml @@ -0,0 +1,12 @@ + +# p.yml + +--- + +- hosts: "{{ host }}" + + tasks: + + - include_role: + name: "{{ role }}" + tasks_from: "{{ task }}" |