Created
April 3, 2018 06:20
-
-
Save brett-miller/1676a5cbbcf7d705fb9570ae82c620d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- hosts: all | |
environment: | |
LC_ALL: en_US.UTF-8 | |
LANG: en_US.UTF-8 | |
PATH: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
tasks: | |
- name: "task name" | |
command: pipenv run python script.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment