Skip to content

Commit fc282b5

Browse files
committed
No quotes: ERROR! this task 'ansible.builtin.include_tasks' has extra params
1 parent b3f99fd commit fc282b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
changed_when: no
2727
rescue:
2828
- name: gather bootstrap facts
29-
ansible.builtin.include_tasks: "gather_facts.yml"
29+
ansible.builtin.include_tasks: gather_facts.yml
3030

3131
- name: install bootstrap packages
3232
ansible.builtin.raw: "{{ bootstrap_install.raw }}"

0 commit comments

Comments
 (0)