Fix linter errors
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/765134 Change-Id: I9072c5311ab5ff7b76095c20cad802ddf65efedc
This commit is contained in:
parent
7fb7f1ba75
commit
9cf165dfce
@ -217,7 +217,7 @@ htmlhelp_basename = target_name + '-docs'
|
|||||||
# 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
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
- name: iptables rules
|
- name: iptables rules
|
||||||
iptables: "{{ item }}"
|
iptables: "{{ item }}"
|
||||||
with_items: "{{ octavia_iptables_rules }}"
|
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
|
# 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
|
# in the distro does) they return 1; but do their job. If you run them
|
||||||
|
Loading…
Reference in New Issue
Block a user