Commit b5d4e59
committed
fix: [#17] include configure-security-updates.yml in static template copy list
The E2E config tests were failing because the new Ansible playbook
configure-security-updates.yml was not being copied to the build directory.
This adds the playbook to the array of static templates in the
AnsibleTemplateRenderer::copy_static_templates method and updates
the file count from 5 to 6.1 parent d2d25d9 commit b5d4e59
File tree
1 file changed
+2
-1
lines changed- src/infrastructure/external_tools/ansible/template/renderer
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
311 | 312 | | |
312 | 313 | | |
313 | 314 | | |
314 | 315 | | |
315 | 316 | | |
316 | 317 | | |
317 | 318 | | |
318 | | - | |
| 319 | + | |
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
| |||
0 commit comments