diff --git a/tasks/main.yml b/tasks/main.yml index 96d1f6e4f1cb009bd373fc8c613e9e6e751744a7..b09fa15ca292abc95ff0e8b5cc3cbe48cc96bfe9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 }}'