Fix pep8/yamllint errors

Change-Id: I1fdfc0e6a96a70623058139335a22325418a0fa4
This commit is contained in:
Tristan Cacqueray 2018-01-02 06:43:26 +00:00
parent 8b0f255f0d
commit 77886345df
3 changed files with 4 additions and 7 deletions

View File

@ -12,16 +12,13 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import os
import sys
# -- General configuration ---------------------------------------------------- # -- General configuration ----------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be # Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx', # 'sphinx.ext.intersphinx',
'zuul_sphinx', 'zuul_sphinx',
] ]
@ -71,4 +68,4 @@ latex_documents = [
] ]
# Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None} # intersphinx_mapping = {'http://docs.python.org/': None}

View File

@ -26,4 +26,4 @@
command: "{{ item }}" command: "{{ item }}"
with_items: with_items:
- zypper clean - zypper clean
- zypper refresh - zypper refresh

View File

@ -1,2 +1,2 @@
package_mirror: "http://{{ mirror_fqdn }}/{{ ansible_distribution | lower }}" package_mirror: "http://{{ mirror_fqdn }}/{{ ansible_distribution | lower }}"
epel_mirror: "http://{{ mirror_fqdn }}/epel" epel_mirror: "http://{{ mirror_fqdn }}/epel"