Skip to content

Commit

Permalink
Fix ignore_errors logic
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Oct 21, 2024
1 parent 708b564 commit 7e305f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
dest: "{{ walle_malware_database_location }}"
version: "{{ walle_malware_database_version }}"
force: "{{ walle_malware_database_force_update }}"
ignore_errors: "{{ walle_malware_database_force_update }}"
ignore_errors: "{{ not walle_malware_database_force_update }}"

- name: Touch walle .bashrc file

Check warning on line 29 in tasks/main.yml

View workflow job for this annotation

GitHub Actions / super-linter

risky-file-permissions

File permissions unset or incorrect.
ansible.builtin.file:
Expand Down

0 comments on commit 7e305f0

Please sign in to comment.