From c62daad63f6134d974f8fea26e31277cc38fa814 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 5 Jun 2019 20:31:57 -0300 Subject: Add Ansible to shell derivation Required to run =ansible-playbook= in the CI pipeline. --- default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'default.nix') 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!" -- cgit v1.2.3