Skip to content

Commit

Permalink
HINT: [H1001] Inline passing of parameters is not good practice.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Sep 18, 2023
1 parent 9ea2848 commit 2171f9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# tasks file for bootstrap

- name: Import assert.yml
ansible.builtin.import_tasks: assert.yml
ansible.builtin.import_tasks:
file: assert.yml
run_once: yes
delegate_to: localhost

Expand Down

0 comments on commit 2171f9c

Please sign in to comment.