openstack-ansible/releasenotes/notes/ansible-forks-fa70caf5155c5d25.yaml
Jesse Pretorius edee94d4f0 Change to using ANSIBLE_FORKS and update related tip
Instead of using a custom 'FORKS' parameter, this patch switches
to using the standard Ansible environment variable 'ANSIBLE_FORKS'.

The patch also updates the documentation related to forks to use
the right parameter and also to give better examples.

Change-Id: I7fcf152ee945c17bd8c9f6d4ff111805e9e2d0b8
2016-05-20 13:01:26 +01:00

5 lines
159 B
YAML

---
upgrade:
- The environment variable ``FORKS`` is no longer used. The standard
Ansible environment variable ``ANSIBLE_FORKS`` should be used instead.