1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #6256 from angstwad/changes_changes-yo-dawg-i-herd-you-like-changes-so-commited-some-changes-into-changes-so-you-can-diff-while-you-diff

Add note about su support in CHANGELOG
This commit is contained in:
jctanner 2014-03-03 15:06:21 -05:00
commit 07495ed29e

View file

@ -35,6 +35,7 @@ Major features/changes:
* Start of new integration test infrastructure (WIP, more details TBD)
* if repoquery is unavailble, the yum module will automatically attempt to install yum-utils
* ansible-vault: a framework for encrypting your playbooks and variable files
* added support for privilege escalation via 'su' into bin/ansible and bin/ansible-playbook and associated keywords 'su', 'su_user', 'su_pass' for tasks/plays
New modules: