Fix ANSIBLE_FORKS env variable in ceph-ansible workbook

The right variable to properly set the ansible forks used when
ceph-ansible is triggered is ANSIBLE_FORKS.
This patch just fixes the variable name.

Change-Id: I29c525c13759d1b244b4396ab31f9a92a06cf0f1
Closes-Bug: #1869764
This commit is contained in:
Francesco Pantano 2020-03-30 18:44:39 +02:00
parent 5cd39ae6a0
commit 00f2a0e7ed
No known key found for this signature in database
GPG Key ID: 799868C47301D458
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ workflows:
ANSIBLE_LIBRARY: /usr/share/ceph-ansible/library/ ANSIBLE_LIBRARY: /usr/share/ceph-ansible/library/
ANSIBLE_SSH_RETRIES: '3' ANSIBLE_SSH_RETRIES: '3'
ANSIBLE_HOST_KEY_CHECKING: 'False' ANSIBLE_HOST_KEY_CHECKING: 'False'
DEFAULT_FORKS: '25' ANSIBLE_FORKS: '25'
- ceph_ansible_extra_vars: {} - ceph_ansible_extra_vars: {}
- ceph_ansible_playbook: /usr/share/ceph-ansible/site-docker.yml.sample - ceph_ansible_playbook: /usr/share/ceph-ansible/site-docker.yml.sample
- node_data_lookup: '{}' - node_data_lookup: '{}'