Fix linter errors

Change-Id: Iceda4b23bf5347a7de9817d212ca8db8f2befc10
This commit is contained in:
Jonathan Rosser 2020-10-02 07:29:21 +01:00 committed by Dmitriy Rabotyagov
parent e70e392b33
commit a7a396dbb8
4 changed files with 4 additions and 4 deletions

View File

@ -230,7 +230,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'doc-' + target_name + '.tex',
title.replace("_", "\_"), author, 'manual'),
title.replace("_", r"\_"), author, 'manual'),
]
latex_use_xindy = False

View File

@ -48,7 +48,7 @@
repo: "{{ galera_repo.repo }}"
filename: "{{ galera_repo.filename | default(omit) }}"
state: "{{ galera_repo.state }}"
update_cache: "no"
update_cache: no
register: add_galera_repo
- name: Preseed galera password(s)

View File

@ -55,7 +55,7 @@
force: true
when:
- mycnfd_stat.stat.isdir is defined
- mycnfd_stat.stat.isdir == True
- mycnfd_stat.stat.isdir
# We replace the default paths for the system with symlinks to
# the paths used by the MariaDB packages so ensure that any other

View File

@ -37,7 +37,7 @@
force: true
when:
- mycnfd_stat.stat.isdir is defined
- mycnfd_stat.stat.isdir == True
- mycnfd_stat.stat.isdir
# We replace the default paths for the system with symlinks to
# the paths used by the MariaDB packages so ensure that any other