diff options
Diffstat (limited to 'playbooks/p.yml')
-rw-r--r-- | playbooks/p.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/playbooks/p.yml b/playbooks/p.yml deleted file mode 100644 index 0e37fb8..0000000 --- a/playbooks/p.yml +++ /dev/null @@ -1,12 +0,0 @@ - -# p.yml - ---- - -- hosts: "{{ host }}" - - tasks: - - - include_role: - name: "{{ role }}" - tasks_from: "{{ task }}" |