chore: Linting.
This commit is contained in:
parent
58e5fd719d
commit
728dd80ea4
@ -15,7 +15,7 @@
|
||||
- name: "SONARQUBE | Write configuration files"
|
||||
ansible.builtin.template:
|
||||
src: "{{ item }}.j2"
|
||||
dest: "{{ sonarqube_config_path | expanduser | realpath }}/{{ item }}"
|
||||
dest: "{{ sonarqube_config_path | expanduser | realpath }}/{{ item }}"
|
||||
mode: '0640'
|
||||
with_items:
|
||||
- "{{ sonarqube_configuration_files }}"
|
||||
|
Loading…
Reference in New Issue
Block a user