Skip to content

Commit

Permalink
Try to force install of dosfstools
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Boenninghausen committed Apr 4, 2024
1 parent 99c8bcb commit 1293840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provisioning/ansible/roles/dosfstools/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# dosfstools provide the mkfs.fat command, which is used by infect_flashdrive_exe
- name: Install dosfstools
apt:
name: dosfstools=4.2-1
name: dosfstools
update_cache: yes
state: present
force: yes

0 comments on commit 1293840

Please sign in to comment.