Support --template-driver for docker_config (#332) (#345)

* initial templating changes

* adding docs

* author

* responding to pr comments

* testing for idempotency

* using template_driver rather than templating

* adding explicit idem check

* remove local testing changes

* bug fix

* fixing idempotency

Co-authored-by: Sasha Jenner <sasha.jenner@cba.com.au>
This commit is contained in:
Sasha Jenner
2022-05-11 15:26:59 +10:00
committed by GitHub
parent 98b227003e
commit c63ef4116d
2 changed files with 32 additions and 2 deletions
@@ -0,0 +1,2 @@
minor_changes:
- docker_config - add support for ``template_driver`` with one option ``golang`` (https://github.com/ansible-collections/community.docker/issues/332, https://github.com/ansible-collections/community.docker/pull/345).