From 5295bb2b12ad846d2b2385254c99cf184a560184 Mon Sep 17 00:00:00 2001 From: Wong Hoi Sing Edison Date: Thu, 12 Mar 2020 16:24:20 +0800 Subject: [PATCH] set -ex --- molecule/centos-7/molecule.yml | 2 +- molecule/redhat-7/molecule.yml | 2 +- molecule/suse-15/molecule.yml | 2 +- molecule/ubuntu-16.04/molecule.yml | 2 +- molecule/ubuntu-18.04/molecule.yml | 2 +- molecule/ubuntu-19.10/molecule.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/centos-7/molecule.yml b/molecule/centos-7/molecule.yml index 4cfabb3..0bc5ba2 100644 --- a/molecule/centos-7/molecule.yml +++ b/molecule/centos-7/molecule.yml @@ -33,7 +33,7 @@ platforms: - 'volume_cache = "none"' - 'storage :file, bus: "virtio", cache: "none"' lint: | - set -e + set -ex yamllint . ansible-lint flake8 diff --git a/molecule/redhat-7/molecule.yml b/molecule/redhat-7/molecule.yml index 3411b14..3249f9f 100644 --- a/molecule/redhat-7/molecule.yml +++ b/molecule/redhat-7/molecule.yml @@ -33,7 +33,7 @@ platforms: - 'volume_cache = "none"' - 'storage :file, bus: "virtio", cache: "none"' lint: | - set -e + set -ex yamllint . ansible-lint flake8 diff --git a/molecule/suse-15/molecule.yml b/molecule/suse-15/molecule.yml index 6fa2120..d598f4b 100644 --- a/molecule/suse-15/molecule.yml +++ b/molecule/suse-15/molecule.yml @@ -33,7 +33,7 @@ platforms: - 'volume_cache = "none"' - 'storage :file, bus: "sata", cache: "none"' lint: | - set -e + set -ex yamllint . ansible-lint flake8 diff --git a/molecule/ubuntu-16.04/molecule.yml b/molecule/ubuntu-16.04/molecule.yml index 0eb879c..989cc9d 100644 --- a/molecule/ubuntu-16.04/molecule.yml +++ b/molecule/ubuntu-16.04/molecule.yml @@ -33,7 +33,7 @@ platforms: - 'volume_cache = "none"' - 'storage :file, bus: "virtio", cache: "none"' lint: | - set -e + set -ex yamllint . ansible-lint flake8 diff --git a/molecule/ubuntu-18.04/molecule.yml b/molecule/ubuntu-18.04/molecule.yml index d7028d4..4c4a81f 100644 --- a/molecule/ubuntu-18.04/molecule.yml +++ b/molecule/ubuntu-18.04/molecule.yml @@ -33,7 +33,7 @@ platforms: - 'volume_cache = "none"' - 'storage :file, bus: "virtio", cache: "none"' lint: | - set -e + set -ex yamllint . ansible-lint flake8 diff --git a/molecule/ubuntu-19.10/molecule.yml b/molecule/ubuntu-19.10/molecule.yml index ad9a3d5..7e57f9b 100644 --- a/molecule/ubuntu-19.10/molecule.yml +++ b/molecule/ubuntu-19.10/molecule.yml @@ -33,7 +33,7 @@ platforms: - 'volume_cache = "none"' - 'storage :file, bus: "virtio", cache: "none"' lint: | - set -e + set -ex yamllint . ansible-lint flake8