File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test/scenarios/dependency/molecule/shell Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 label : " {{ item.image }}"
3535
3636 - name : Test Dockerfile template
37- docker_image :
37+ community.docker. docker_image :
3838 name : " {{ item.item.image }}"
3939 build :
4040 path : " ."
Original file line number Diff line number Diff line change 44 gather_facts : false
55 tasks :
66 - name : Install requirements for collection community.molecule
7- pip :
7+ ansible.builtin. pip :
88 name : molecule
99 delegate_to : localhost
1010
1111 - name : Validate that collection was installed
12- debug :
12+ ansible.builtin. debug :
1313 msg : " {{ 'foo' | community.molecule.header }}"
1414
1515 - name : test installed role
16- include_role :
16+ ansible.builtin. include_role :
1717 name : ssbarnea.ansible_role_helloworld
You can’t perform that action at this time.
0 commit comments