Install ansible now
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2021-01-06 22:22:42 +01:00
parent d8125f4777
commit 2e3d6bf892

View File

@ -162,6 +162,6 @@ Only doable by [Autonomic Cooperative](https://autonomic.zone/) members.
$ sudo apt install -y direnv $ sudo apt install -y direnv
$ cp .envrc.sample .envrc $ cp .envrc.sample .envrc
$ direnv allow $ direnv allow
$ pip install -e . $ pip install -e . ansible
$ cd integration && molecule test $ cd integration && molecule test
``` ```