rename cook recipe path variable (#58531)

This commit is contained in:
Emmanuel Cazenave 2021-11-10 12:45:37 +01:00
parent 4ec8bca040
commit 39c77add9d
2 changed files with 3 additions and 3 deletions

View File

@ -28,10 +28,10 @@
- name: copies a cook json template
template:
src: templates/cook-recipe.j2
dest: "{{wcs_dev_template_path}}"
dest: "{{cook_recipe_path}}"
- name: Run command hobo-manage to initiate the development subdomains and a super-user
command: "{{venv_py3_bin}}/hobo-manage cook {{wcs_dev_template_path}} --timeout=600"
command: "{{venv_py3_bin}}/hobo-manage cook {{cook_recipe_path}} --timeout=600"
- debug :
msg: |

View File

@ -1,4 +1,4 @@
wcs_dev_template_path: /tmp/cook-recipe.json
cook_recipe_path: /tmp/cook-recipe.json
wcs_skeleton_filename: publik.zip
wcs_error_email: ""
wcs_language: "fr"