Skip to content

Instantly share code, notes, and snippets.

@brett-miller
Created April 3, 2018 06:20
Show Gist options
  • Save brett-miller/1676a5cbbcf7d705fb9570ae82c620d5 to your computer and use it in GitHub Desktop.
Save brett-miller/1676a5cbbcf7d705fb9570ae82c620d5 to your computer and use it in GitHub Desktop.
- 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