Skip to content

Commit 4ab7a82

Browse files
author
Bradley A. Thornton
committed
add examples, return
1 parent ef7dbed commit 4ab7a82

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

roles/resource_module/tasks/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
state: touch
1212
with_items: "{{ resource_module_directories }}"
1313

14-
- name: Load the examples from the filesystem
15-
debug:
16-
msg: "{{ model|dirname }}/{{ item }}"
17-
with_items: "{{ rm['examples'] }}"
18-
1914
- name: Template each of the files
2015
include: template.yml
2116
with_items: "{{ resource_module_templates }}"

0 commit comments

Comments
 (0)