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

Adding run_once feature to CHANGELOG

This commit is contained in:
James Cammarata 2014-07-14 14:38:03 -05:00
parent e74853300a
commit b3f298fcb7

View file

@ -6,6 +6,7 @@ Ansible Changes By Release
Major new features:
* Windows support (alpha) using native PowerShell remoting
* Tasks can now specify `run_once: true`, meaning they will be executed exactly once. This can be combined with delegate_to to trigger actions you want done just the one time versus for every host in inventory.
New inventory scripts: