Fix ansible forks env variable
This is how bash works. Change-Id: I362ea15e44f8086464fb3aa42c41a51d222391c4
This commit is contained in:
parent
8419909571
commit
97d8f9d0bf
@ -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) ---"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user