Remove tags, fix incorrect task names

This commit is contained in:
gilex-dev 2024-06-13 23:32:41 +02:00
parent 14912f13f1
commit 993724b6dd
Signed by: gilex-dev
GPG Key ID: 9A2BEC7B5188D2E3
1 changed files with 2 additions and 5 deletions

View File

@ -359,8 +359,6 @@
state: link
- name: Ensure qgis-server plugins are valid
tags:
- qgis-server-plugins
block:
- name: Ensure requirements for qgis-server plugins are present
become: true
@ -448,7 +446,7 @@
groups:
- sftp
- name: Ensure lizmap root repository has correct rights
- name: Ensure sftp root has correct rights and exists
become: true
ansible.builtin.file:
dest: "{{ sftp_root }}"
@ -458,7 +456,7 @@
mode: u=rwX,g=rX,o=rX
recurse: false
- name: Ensure lizmap root repository exists
- name: Ensure lizmap root repository has correct rights and exists
become: true
ansible.builtin.file:
dest: "{{ lizmap['root_repositories'] }}"
@ -517,7 +515,6 @@
loop: "{{ publisher_ssh_keys }}"
- name: Ensure gis database is present
tags: debug
block:
- name: Ensure gis database user exists
become: true