File tree Expand file tree Collapse file tree 4 files changed +21
-4
lines changed
edpm_multipathd/molecule/default
edpm_telemetry/molecule/default Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 5959 - name : Install ansible
6060 run : pip install ansible
6161 - name : Install collections
62- run : ansible-galaxy collection install -r requirements.yml
62+ run : ansible-galaxy collection install --force - r requirements.yml
6363 - name : Install molecule deps
6464 run : pip install -r molecule-requirements.txt
6565 - name : Run molecule test
Original file line number Diff line number Diff line change 1414# License for the specific language governing permissions and limitations
1515# under the License.
1616
17- - name : Prepare
17+ - name : Prepare test deps
1818 hosts : all
1919 gather_facts : false
2020 roles :
2323 - iproute
2424 - iscsi-initiator-utils
2525 - podman
26- - role : env_data
26+ - name : Prepare
27+ hosts : all
28+ roles :
29+ - role : osp.edpm.env_data
30+ tasks :
31+ - name : set /etc/localtime
32+ become : true
33+ ansible.builtin.file :
34+ path : /etc/localtime
35+ src : /usr/share/zoneinfo/UTC
36+ state : link
Original file line number Diff line number Diff line change 3434 state : directory
3535 mode : " 0775"
3636
37+ - name : set /etc/localtime
38+ become : true
39+ ansible.builtin.file :
40+ path : /etc/localtime
41+ src : /usr/share/zoneinfo/UTC
42+ state : link
43+
3744 - name : Create /run/libvirt directory
3845 ansible.builtin.file :
3946 path : " /run/libvirt"
Original file line number Diff line number Diff line change 2121source $LOCAL_MOLECULE_ENV /bin/activate
2222
2323pip install -r molecule-requirements.txt
24- ansible-galaxy collection install -r requirements.yml
24+ ansible-galaxy collection install --force - r requirements.yml
2525./scripts/test_roles.py
2626deactivate
You can’t perform that action at this time.
0 commit comments