File tree Expand file tree Collapse file tree 4 files changed +42
-0
lines changed Expand file tree Collapse file tree 4 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ # Copyright 2023 Red Hat, Inc.
3+ # All Rights Reserved.
4+ #
5+ # Licensed under the Apache License, Version 2.0 (the "License"); you may
6+ # not use this file except in compliance with the License. You may obtain
7+ # a copy of the License at
8+ #
9+ # http://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # Unless required by applicable law or agreed to in writing, software
12+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+ # License for the specific language governing permissions and limitations
15+ # under the License.
16+ - name : Prepare test_deps
17+ hosts : all
18+ gather_facts : false
19+ roles :
20+ - role : ../../../../molecule/common/test_deps
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ scenario:
2323 - dependency
2424 - destroy
2525 - create
26+ - prepare
2627 - converge
2728 - verify
2829 - destroy
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ scenario:
2525 - dependency
2626 - destroy
2727 - create
28+ - prepare
2829 - converge
2930 - verify
3031 - destroy
Original file line number Diff line number Diff line change 1+ ---
2+ # Copyright 2023 Red Hat, Inc.
3+ # All Rights Reserved.
4+ #
5+ # Licensed under the Apache License, Version 2.0 (the "License"); you may
6+ # not use this file except in compliance with the License. You may obtain
7+ # a copy of the License at
8+ #
9+ # http://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # Unless required by applicable law or agreed to in writing, software
12+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+ # License for the specific language governing permissions and limitations
15+ # under the License.
16+ - name : Prepare test_deps
17+ hosts : all
18+ gather_facts : false
19+ roles :
20+ - role : ../../../../molecule/common/test_deps
You can’t perform that action at this time.
0 commit comments