89d46b2ebc
The standard Ansible names for the plugins folders [1] are singular. This patch implements the renaming of all the places where ansible.cfg has the plural names to match the change in the plugins repo. [1] https://github.com/ansible/ansible/blob/devel/lib/ansible/constants.py Change-Id: Ibb80cdb99ff254df79da03b7d916509f6d4f8bad Depends-On: Ib965750f267d11287a6196e2544c3a014a3e2029
8 lines
293 B
YAML
8 lines
293 B
YAML
---
|
|
upgrade:
|
|
- The plugins folders have been renamed to the default names used
|
|
in Ansible 2.x. This is part of the preparation for Ansible 2.x
|
|
readiness. The renames are specifically ``actions > action``,
|
|
``callbacks > callback``, ``filters > filter``,
|
|
``lookups > lookup``.
|