Skip to content
Snippets Groups Projects
Commit 6faa0821 authored by nimrod's avatar nimrod
Browse files

- Correct wildcard of templates inside the role.

parent 17ba2ba2
No related branches found
No related tags found
No related merge requests found
......@@ -19,11 +19,11 @@
- name: Configure network interfaces
with_fileglob:
- templates/networkd/*.netdev
- '{{ role_path }}/templates/networkd/*.netdev'
- '{{ playbook_dir }}/templates/networkd/*.netdev'
- templates/networkd/*.network
- '{{ role_path }}/templates/networkd/*.network'
- '{{ playbook_dir }}/templates/networkd/*.network'
- templates/networkd/*.link
- '{{ role_path }}/templates/networkd/*.link'
- '{{ playbook_dir }}/templates/networkd/*.link'
template:
src: '{{ item }}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment