Skip to content

Commit

Permalink
Upgrade binutils before installing other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Boenninghausen committed Apr 15, 2024
1 parent 1293840 commit 8255c6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions provisioning/ansible/attacker_playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- virtualhost
- spearphishing
- generate_malware
- upgrade_binutils
- ssh_config
- dosfstools
- grc
1 change: 0 additions & 1 deletion provisioning/ansible/roles/dosfstools/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
name: dosfstools
update_cache: yes
state: present
force: yes
7 changes: 7 additions & 0 deletions provisioning/ansible/upgrade_binutils/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

# To avoid any dependency problems later on (which for some reason cannot be resolved automatically), upgrade binutils
- name: Upgrade binutils
apt:
name: binutils
state: latest

0 comments on commit 8255c6f

Please sign in to comment.