aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-05 20:31:57 -0300
committerEuAndreh <eu@euandre.org>2019-06-05 20:31:57 -0300
commitc62daad63f6134d974f8fea26e31277cc38fa814 (patch)
tree043074dbf7a9cf7e73eef2f6d2f3240067795940
parentFormat vps.tf (linter offense) (diff)
downloadserver-c62daad63f6134d974f8fea26e31277cc38fa814.tar.gz
server-c62daad63f6134d974f8fea26e31277cc38fa814.tar.xz
Add Ansible to shell derivation
Required to run =ansible-playbook= in the CI pipeline.
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 18374eb..edcdbfd 100644
--- a/default.nix
+++ b/default.nix
@@ -40,6 +40,7 @@ in rec {
gettext
terraform-providers.digitalocean
terraform
+ ansible
];
buildPhase = ''
echo "Can build!"