From 2e3d6bf892be2ede0f7fec63782a6eb9a51b8641 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Jan 2021 22:22:42 +0100 Subject: [PATCH] Install ansible now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e13eb9..bfed6ef 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,6 @@ Only doable by [Autonomic Cooperative](https://autonomic.zone/) members. $ sudo apt install -y direnv $ cp .envrc.sample .envrc $ direnv allow -$ pip install -e . +$ pip install -e . ansible $ cd integration && molecule test ```