Fix linter errors

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/765134
Change-Id: I9072c5311ab5ff7b76095c20cad802ddf65efedc
This commit is contained in:
Jonathan Rosser 2020-10-01 16:53:19 +01:00 committed by Dmitriy Rabotyagov
parent 7fb7f1ba75
commit 9cf165dfce
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ htmlhelp_basename = target_name + '-docs'
# 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

@ -18,7 +18,7 @@
- name: iptables rules
iptables: "{{ item }}"
with_items: "{{ octavia_iptables_rules }}"
when: octavia_ip_tables_fw|bool == true
when: octavia_ip_tables_fw | bool
# This is totally odd: If you run the commands via run-parts (as the script
# in the distro does) they return 1; but do their job. If you run them