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:
parent
e74853300a
commit
b3f298fcb7
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue