Reorder Ansible task module parameters to make ansible-lint happy

This commit is contained in:
Slavi Pantaleev 2024-01-17 17:27:31 +02:00
parent f9e19e9623
commit 474db10238
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-nginx-proxy.service"
state: absent
- when: matrix_playbook_migration_matrix_nginx_proxy_uninstallation_enabled | bool
name: Ensure matrix-proxy-files files are deleted
- name: Ensure matrix-proxy-files files are deleted
when: matrix_playbook_migration_matrix_nginx_proxy_uninstallation_enabled | bool
ansible.builtin.file:
path: "{{ matrix_base_data_path }}/nginx-proxy"
state: absent