Commit 018a978
committed
base_image: fix template dest fields in custom-image task
The Ansible built-in template was using the wrong destiny module
parameter name. Fix the typo.
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/template_module.html#parameter-dest
Signed-off-by: Daniel Gomez <[email protected]>1 parent c88c97f commit 018a978
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments