Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2022-04-29 14:08:05 +02:00
parent 8ce75ca8dc
commit 0650995a09
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 3 additions and 3 deletions

View File

@ -36,13 +36,13 @@
labels_state: 'merge' labels_state: 'merge'
when: inception_project_db_as_container when: inception_project_db_as_container
- name: Start the Inception project stack - name: Start the Inception project stack
docker_stack: docker_stack:
name: inception-project name: inception-project
state: present state: present
compose: compose:
- '{{ inception_project_compose_dir }}/docker-inception-project-stack.yml' - '{{ inception_project_compose_dir }}/docker-inception-project-stack.yml'
run_once: True run_once: true
when: docker_swarm_manager_main_node is defined and docker_swarm_manager_main_node | bool when: docker_swarm_manager_main_node is defined and docker_swarm_manager_main_node | bool
tags: ['inception_project', 'inception_project_swarm', 'inception_project_service'] tags: ['inception_project', 'inception_project_swarm', 'inception_project_service']

View File

@ -13,7 +13,7 @@ auth.user.{{ user_role.username }}.roles={{ user_role.roles }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% for additional_setting in inception_project_additional_settings %} {% for additional_setting in inception_project_additional_settings %}
{{ setting }} {{ additional_setting }}
{% endfor %} {% endfor %}
{% if inception_project_disable_crsf %} {% if inception_project_disable_crsf %}
wicket.core.csrf.enabled=false wicket.core.csrf.enabled=false