Run codespell --write-changes
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
committed by
Slavi Pantaleev
parent
0152758f5d
commit
3653f9f89b
@ -81,7 +81,7 @@ matrix_playbook_migration_matrix_nginx_proxy_leftover_variable_validation_checks
|
||||
matrix_playbook_migration_matrix_ssl_leftover_variable_checks_enabled: true
|
||||
|
||||
# Controls whether this role will delete old files left over from `matrix-nginx-proxy`.
|
||||
# Regardless of this value, if discovered, a `matrix-nginx-proxy.service` systemd serivce will be stopped and removed.
|
||||
# Regardless of this value, if discovered, a `matrix-nginx-proxy.service` systemd service will be stopped and removed.
|
||||
matrix_playbook_migration_matrix_nginx_proxy_uninstallation_enabled: true
|
||||
|
||||
# Controls whether this role will try to detect and clean up the /matrix/ssl files.
|
||||
|
@ -15,7 +15,7 @@
|
||||
# Later, when they stopped setting these options, they were stuck with the configuration file that still retained them.
|
||||
#
|
||||
# Here, we make the file go away of no options are set.
|
||||
# Idealy, this task would be part of the `ansible-role-docker` role, but it's not (yet).
|
||||
# Ideally, this task would be part of the `ansible-role-docker` role, but it's not (yet).
|
||||
# See: https://github.com/geerlingguy/ansible-role-docker/pull/498
|
||||
- name: Ensure the Docker daemon options file is deleted when no longer needed
|
||||
when: matrix_playbook_docker_installation_daemon_options.keys() | length == 0
|
||||
|
Reference in New Issue
Block a user