Fix ansible forks env variable

This is how bash works.

Change-Id: I362ea15e44f8086464fb3aa42c41a51d222391c4
This commit is contained in:
James E. Blair 2018-09-05 14:17:17 -07:00
parent 8419909571
commit 97d8f9d0bf
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ set -e
SYSTEM_CONFIG=/opt/system-config
ANSIBLE_PLAYBOOKS=$SYSTEM_CONFIG/playbooks
ANSIBLE_FORKS=50
export ANSIBLE_FORKS=50
echo "--- begin run @ $(date -Is) ---"