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 4f02632 commit 5ffc84b
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 gitea

- name: Include 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 5ffc84b

Please sign in to comment.