AWS is now part of my infrastructure

This commit is contained in:
Jake Howard 2019-11-01 09:15:56 +00:00
parent cc035dbcec
commit a2e1933435
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,6 @@
become_user: aur_builder become_user: aur_builder
when: "item not in installed_packages.stdout_lines" when: "item not in installed_packages.stdout_lines"
with_items: with_items:
- 'aws-cli'
- 'heroku-cli' - 'heroku-cli'
- 'ngrok' - 'ngrok'
- 'python-aws-mfa' - 'python-aws-mfa'

View file

@ -21,6 +21,7 @@
- 'arduino' - 'arduino'
- 'arduino-cli' - 'arduino-cli'
- 'arduino-builder' - 'arduino-builder'
- 'aws-cli'
- 'hugo' - 'hugo'
- 'poetry' - 'poetry'
- 'postgresql' - 'postgresql'