From a2e1933435b20be9491f30dfb2d140ac34683077 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 1 Nov 2019 09:15:56 +0000 Subject: [PATCH] AWS is now part of my infrastructure --- tasks/dabapps.yml | 1 - tasks/dev.yml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dabapps.yml b/tasks/dabapps.yml index 2c8d313..f1cddfd 100644 --- a/tasks/dabapps.yml +++ b/tasks/dabapps.yml @@ -6,7 +6,6 @@ become_user: aur_builder when: "item not in installed_packages.stdout_lines" with_items: - - 'aws-cli' - 'heroku-cli' - 'ngrok' - 'python-aws-mfa' diff --git a/tasks/dev.yml b/tasks/dev.yml index cec1d97..cff4c50 100644 --- a/tasks/dev.yml +++ b/tasks/dev.yml @@ -21,6 +21,7 @@ - 'arduino' - 'arduino-cli' - 'arduino-builder' + - 'aws-cli' - 'hugo' - 'poetry' - 'postgresql'