Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update molecule to use one of the new groups
  • Loading branch information
fabianvf authored and Akasurde committed Mar 29, 2021
commit d0f50b975da7583b3a306454a5256e4e2fac2dff
11 changes: 2 additions & 9 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,14 @@
- meta: refresh_inventory

- name: Verify inventory and connection plugins
hosts: namespace_inventory_pods
gather_facts: no
hosts: namespace_inventory_deployment_inventory
gather_facts: yes

vars:
file_content: |
Hello world

tasks:
- name: End play if host not running (TODO should we not add these to the inventory?)
meta: end_host
when: pod_phase != "Running"

- debug: var=hostvars
- setup:

- debug: var=ansible_facts

- name: Assert the TEST environment variable was retrieved
Expand Down