ansible-later/docs/content/setup/source.md

19 lines
413 B
Markdown
Raw Normal View History

2020-01-14 23:15:13 +00:00
---
title: From source
---
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<!-- spellchecker-disable -->
2020-01-14 23:15:13 +00:00
{{< highlight Shell "linenos=table" >}}
# Install dependencies
pip install --user poetry
2020-09-27 12:56:49 +00:00
git clone https://github.com/thegeeklab/ansible-later
cd ansible-later
poetry install -E ansible
2020-01-14 23:15:13 +00:00
{{< /highlight >}}
<!-- spellchecker-enable -->
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->