Add run_once as a valid TaskInclude keyword (#48068)

* Add run_once as a valid TaskInclude keyword

* Add changelog fragment

* Add integration test that documents run_once behavior
This commit is contained in:
Jimmy McCrory 2018-11-08 07:29:24 -08:00 committed by Brian Coca
commit d2969884b4
5 changed files with 70 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- dynamic includes - Add missed ``run_once`` to valid include attributes (https://github.com/ansible/ansible/pull/48068)