Skip to content

Commit 117efea

Browse files
author
Bradley A. Thornton
committed
Change import path to include network directory
1 parent a2c937f commit 117efea

File tree

19 files changed

+1
-1
lines changed

19 files changed

+1
-1
lines changed

roles/resource_module/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import_paths:
2121
role: ansible.module_utils
2222
collection: "ansible_collections.{{ collection_org|default('') }}.{{ collection_name|default('') }}.plugins.module_utils"
2323

24-
import_path: "{{ import_paths[structure] }}"
24+
import_path: "{{ import_paths[structure] }}.network"
2525

2626
# all the directories that need to be built
2727
resource_module_directories:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)