diff options
| author | Luke Hoersten <[email protected]> | 2024-10-07 15:25:37 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2024-10-07 15:25:37 -0500 |
| commit | 27739609362360b2bf533f5a59106ce52c8d4b9f (patch) | |
| tree | f42d1f682ae64078204066235abbd129ec950441 /aws-s3-backup | |
| parent | 874be10f6646a66cd0e994963b2746ad48f5b73e (diff) | |
Lots of updates and fixes for Ubuntu 24.04 Noble.
Diffstat (limited to 'aws-s3-backup')
| -rw-r--r-- | aws-s3-backup/tasks/main.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/aws-s3-backup/tasks/main.yaml b/aws-s3-backup/tasks/main.yaml index 7d6f27a..a6f5164 100644 --- a/aws-s3-backup/tasks/main.yaml +++ b/aws-s3-backup/tasks/main.yaml @@ -1,12 +1,8 @@ --- -- name: apt install pip - become: yes - apt: name="python3-pip" - - name: pip install aws cli packages become: yes - pip: name="{{aws_s3_backup_pip_packages}}" + pip: name="{{aws_s3_backup_pip_packages}}" break_system_packages="true" - name: create aws config dir for root become: yes |
