diff options
author | EuAndreh <eu@euandre.org> | 2019-06-05 20:31:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-05 20:31:57 -0300 |
commit | c62daad63f6134d974f8fea26e31277cc38fa814 (patch) | |
tree | 043074dbf7a9cf7e73eef2f6d2f3240067795940 | |
parent | Format vps.tf (linter offense) (diff) | |
download | server-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.nix | 1 |
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!" |