Skip to content

Commit

Permalink
Add cargo and other new dev dependencies for version 2 of amazon-efs-…
Browse files Browse the repository at this point in the history
…utils
  • Loading branch information
jsf9k committed Apr 16, 2024
1 parent 689b89c commit 726b7ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/install_Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
- name: Install amazon-efs-utils prerequisites
ansible.builtin.package:
name:
- make
- binutils
- cargo
- make
- pkgconf

- name: Load tasks file with common install tasks
ansible.builtin.include_tasks: install_common.yml
Expand Down
2 changes: 2 additions & 0 deletions tasks/install_RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
- name: Install amazon-efs-utils prerequisites
ansible.builtin.package:
name:
- cargo
- make
- openssl-devel
- rpm-build

- name: Load tasks file with common install tasks
Expand Down

0 comments on commit 726b7ab

Please sign in to comment.