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