Skip to content

Commit

Permalink
Remove unused 'warn' parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Maspital committed Jan 3, 2025
1 parent e04c6ca commit 3434e9c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

- name: Update apt cache ignoring signature verification
shell: apt-get update -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true
args:
warn: false

- name: Ensure compatible version of binutils
apt:
Expand All @@ -33,8 +31,6 @@

- name: Update apt cache after removing repository
shell: apt-get update
args:
warn: false

- name: "Create script directory {{ script_dir }}"
file:
Expand Down

0 comments on commit 3434e9c

Please sign in to comment.