From ffd9f77d40a1d3629c03bf2cef88ee8c3980b81e Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 1 Oct 2020 16:41:50 +0100 Subject: [PATCH] Fix linter errors Change-Id: I44a2c3156db09005608cf15069487eff88dc24c5 --- doc/source/conf.py | 2 +- tasks/cinder_install_source.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index a6968f50..116fbedb 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -231,7 +231,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 diff --git a/tasks/cinder_install_source.yml b/tasks/cinder_install_source.yml index 1dc89af4..35021a92 100644 --- a/tasks/cinder_install_source.yml +++ b/tasks/cinder_install_source.yml @@ -51,7 +51,7 @@ args: warn: no register: _copy_rootwraps - changed_when: _copy_rootwraps.stdout != '' + changed_when: _copy_rootwraps.stdout | length > 0 notify: - Manage LB - Restart cinder services