Skip to content

Commit

Permalink
Add some FQCNs (ansible#3750)
Browse files Browse the repository at this point in the history
Co-authored-by: Bernd Müller <bernd.mueller@sup-logistik.de>
  • Loading branch information
2 people authored and davedittrich committed Dec 4, 2022
1 parent ff03f79 commit 95fb3f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/molecule/data/validate-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
label: "{{ item.image }}"

- name: Test Dockerfile template
docker_image:
community.docker.docker_image:
name: "{{ item.item.image }}"
build:
path: "."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
gather_facts: false
tasks:
- name: Install requirements for collection community.molecule
pip:
ansible.builtin.pip:
name: molecule
delegate_to: localhost

- name: Validate that collection was installed
debug:
ansible.builtin.debug:
msg: "{{ 'foo' | community.molecule.header }}"

- name: test installed role
include_role:
ansible.builtin.include_role:
name: ssbarnea.ansible_role_helloworld

0 comments on commit 95fb3f4

Please sign in to comment.