ansible/changelogs/fragments/57588-purefa_user_change_api_token_to_api.yaml
René Moser a553474ca8 [2.8] purefa_user: Fix Incorrect parameter used causing crashes. (#57588) (#58544)
* purefa_user: Fix Incorrect parameter used causing crashes. (#57588)


(cherry picked from commit 35dcd231be)

* purefa_user: add previous return as an alias

Avoid breaking user's playbooks in minor releases

* update changelog
2019-06-29 12:58:50 -07:00

4 lines
321 B
YAML

minor_changes:
- purefa_user - change module parameter ``api_token`` to ``api`` and to stop clash with known variable.
- purefa_user - change resulting facts from ``api_token`` to ``user_api`` for clarity.
An facts alias has been added, but will be removed in 2.9. (https://github.com/ansible/ansible/pull/57588)