mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-10 07:10:40 +00:00
19 lines
413 B
Markdown
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 -->
|