docker_container_copy_into: add mode_parse option (#1074)

* Add mode_parse option.

* Make yamllint config strict.

* Lint.
This commit is contained in:
Felix Fontein
2025-04-28 20:46:11 +02:00
committed by GitHub
parent 424b39fe36
commit ad989c1942
9 changed files with 431 additions and 100 deletions
+2
View File
@@ -0,0 +1,2 @@
minor_changes:
- "docker_container_copy_into - add ``mode_parse`` parameter which determines how ``mode`` is parsed (https://github.com/ansible-collections/community.docker/pull/1074)."