Merge "Changing mount parameter of podman task to volume"

This commit is contained in:
Zuul 2022-12-05 17:23:52 +00:00 committed by Gerrit Code Review
commit 95397712d7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
detach: false
rm: true
user: "0"
mount: "type=bind,source={{ oslo_config_validator_work_path }},destination=/oslo_config_validation"
volume: "{{ oslo_config_validator_work_path }}:/oslo_config_validation"
network: none
command: "{{ oslo_command }}"
register: container_run