mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 22:07:36 -02:30
Patches to generator to better align with modules
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
- name: Process endpoint
|
||||
template:
|
||||
src: "templates/tower_module.j2"
|
||||
dest: "modules/{{ file_name }}"
|
||||
dest: "{{ playbook_dir | dirname }}/plugins/modules/{{ file_name }}"
|
||||
loop: "{{ end_point_options['results'] }}"
|
||||
loop_control:
|
||||
label: "{{ item['item']['key'] }}"
|
||||
|
||||
Reference in New Issue
Block a user