diff --git a/tasks/dabapps.yml b/tasks/dabapps.yml index e438a2b..2c8d313 100644 --- a/tasks/dabapps.yml +++ b/tasks/dabapps.yml @@ -6,8 +6,11 @@ become_user: aur_builder when: "item not in installed_packages.stdout_lines" with_items: - - 'redis' + - 'aws-cli' + - 'heroku-cli' - 'ngrok' + - 'python-aws-mfa' + - 'redis' - name: "Enable redis"