Skip to content

Commit 2171f9c

Browse files
HINT: [H1001] Inline passing of parameters is not good practice.
1 parent 9ea2848 commit 2171f9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# tasks file for bootstrap
33

44
- name: Import assert.yml
5-
ansible.builtin.import_tasks: assert.yml
5+
ansible.builtin.import_tasks:
6+
file: assert.yml
67
run_once: yes
78
delegate_to: localhost
89

0 commit comments

Comments
 (0)