Fix ansible-lint E404 (#6417)

This commit is contained in:
Maxime Guyot
2020-07-28 10:21:08 +02:00
committed by GitHub
parent b8c4bd200e
commit 8bd3b50e31
6 changed files with 14 additions and 14 deletions

View File

@@ -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'