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

19 lines
413 B
Markdown

---
title: From source
---
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<!-- spellchecker-disable -->
{{< highlight Shell "linenos=table" >}}
# Install dependencies
pip install --user poetry
git clone https://github.com/thegeeklab/ansible-later
cd ansible-later
poetry install -E ansible
{{< /highlight >}}
<!-- spellchecker-enable -->
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->