Reorder Ansible task module parameters to make ansible-lint happy
This commit is contained in:
parent
f9e19e9623
commit
474db10238
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user