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

17 lines
446 B
Markdown
Raw Normal View History

2020-01-15 00:15:13 +01:00
---
title: From source
---
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<!-- spellchecker-disable -->
2020-01-15 00:15:13 +01:00
{{< highlight Shell "linenos=table" >}}
# Install dependency
2020-09-27 14:56:49 +02:00
git clone https://github.com/thegeeklab/ansible-later
2020-01-15 00:15:13 +01:00
export PYTHONPATH=$PYTHONPATH:`pwd`/ansible-later/ansiblelater
export PATH=$PATH:`pwd`/ansible-later/bin
{{< /highlight >}}
<!-- spellchecker-enable -->
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->