Skip to content

Commit

Permalink
Moved Debian-based dependencies to its own file
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAssassin23 committed Aug 12, 2023
1 parent b1658fa commit a334a05
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dependencies/debian-based.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- name: Update apt cache.
ansible.builtin.apt:
update_cache: true
cache_valid_time: 600
become: true

- name: Install dependencies.
ansible.builtin.package:
name:
- build-essential
- gfortran
- automake
state: present
become: true

0 comments on commit a334a05

Please sign in to comment.