From fc5a01f9ce5f36e504829ccd71a51b02cb711a9a Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Fri, 9 Apr 2021 11:55:46 +0200 Subject: [MOLECULE 3.3.0] Drop scenario name in molecule.yml In Molecule 3.x.x it's no longer needed, scenario name is assumed from its directory name. Ref.: https://github.com/ansible-community/molecule/issues/2560 Change-Id: I3b25dae499d4f40851ac3fe0183ee7ab913b7dd7 Issue-ID: OOM-2722 Signed-off-by: Bartek Grzybowski --- ansible/roles/package-repository-check/molecule/ubuntu/molecule.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'ansible/roles/package-repository-check/molecule/ubuntu/molecule.yml') diff --git a/ansible/roles/package-repository-check/molecule/ubuntu/molecule.yml b/ansible/roles/package-repository-check/molecule/ubuntu/molecule.yml index 3a1cf7cd..84ccfb85 100755 --- a/ansible/roles/package-repository-check/molecule/ubuntu/molecule.yml +++ b/ansible/roles/package-repository-check/molecule/ubuntu/molecule.yml @@ -28,7 +28,6 @@ provisioner: infrastructure-server: cluster_ip: 6.5.4.3 scenario: - name: ubuntu test_sequence: - lint - cleanup -- cgit 1.2.3-korg