Fix linter errors
Change-Id: I44a2c3156db09005608cf15069487eff88dc24c5
This commit is contained in:
parent
0fc9ab3ed6
commit
ffd9f77d40
@ -231,7 +231,7 @@ latex_elements = {
|
|||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
(master_doc, 'doc-' + target_name + '.tex',
|
(master_doc, 'doc-' + target_name + '.tex',
|
||||||
title.replace("_", "\_"), author, 'manual'),
|
title.replace("_", r"\_"), author, 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
latex_use_xindy = False
|
latex_use_xindy = False
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
args:
|
args:
|
||||||
warn: no
|
warn: no
|
||||||
register: _copy_rootwraps
|
register: _copy_rootwraps
|
||||||
changed_when: _copy_rootwraps.stdout != ''
|
changed_when: _copy_rootwraps.stdout | length > 0
|
||||||
notify:
|
notify:
|
||||||
- Manage LB
|
- Manage LB
|
||||||
- Restart cinder services
|
- Restart cinder services
|
||||||
|
Loading…
x
Reference in New Issue
Block a user