Skip to content

Commit

Permalink
feat: allow aws install globally
Browse files Browse the repository at this point in the history
  • Loading branch information
RobHooper committed Aug 30, 2024
1 parent fea7647 commit a110e82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/aws/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ awscli:
- name: python3-pip
pip.installed:
- name: awscli
- extra_args:
- --break-system-packages
- require:
- pkg: awscli
Expand Down

0 comments on commit a110e82

Please sign in to comment.