mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-06 18:49:24 -02:30
Fix ansible-lint E404 (#6417)
This commit is contained in:
@@ -86,8 +86,8 @@
|
||||
msg: "{{ droplets }}, {{ inventory_path }}"
|
||||
when: state == 'present'
|
||||
|
||||
- name: Template the inventory # noqa 404
|
||||
- name: Template the inventory
|
||||
template:
|
||||
src: ../templates/inventory-do.j2
|
||||
src: ../templates/inventory-do.j2 # noqa 404 CI templates are not in role_path
|
||||
dest: "{{ inventory_path }}"
|
||||
when: state == 'present'
|
||||
|
||||
Reference in New Issue
Block a user