Skip to content

Commit

Permalink
Merge pull request #18 from andreygubarev/feature-gather-facts
Browse files Browse the repository at this point in the history
add gather facts
  • Loading branch information
andreygubarev authored Jun 17, 2023
2 parents bff0d4f + b8636ac commit ac04969
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@
ansible.builtin.wait_for_connection:
delay: 5
timeout: 300

- name: Gather facts
ansible.builtin.setup:
3 changes: 3 additions & 0 deletions tests/molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
ansible.builtin.wait_for_connection:
delay: 5
timeout: 300

- name: Gather facts
ansible.builtin.setup:
3 changes: 3 additions & 0 deletions tests/molecule/network-shared/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
ansible.builtin.wait_for_connection:
delay: 5
timeout: 300

- name: Gather facts
ansible.builtin.setup:
3 changes: 3 additions & 0 deletions tests/molecule/network-user/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
ansible.builtin.wait_for_connection:
delay: 5
timeout: 300

- name: Gather facts
ansible.builtin.setup:
3 changes: 3 additions & 0 deletions tests/molecule/os-debian-bullseye/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
ansible.builtin.wait_for_connection:
delay: 5
timeout: 300

- name: Gather facts
ansible.builtin.setup:
3 changes: 3 additions & 0 deletions tests/molecule/os-ubuntu-focal/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
ansible.builtin.wait_for_connection:
delay: 5
timeout: 300

- name: Gather facts
ansible.builtin.setup:
3 changes: 3 additions & 0 deletions tests/molecule/os-ubuntu-jammy/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
ansible.builtin.wait_for_connection:
delay: 5
timeout: 300

- name: Gather facts
ansible.builtin.setup:
3 changes: 3 additions & 0 deletions tests/molecule/platform-amd64/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
ansible.builtin.wait_for_connection:
delay: 5
timeout: 300

- name: Gather facts
ansible.builtin.setup:
3 changes: 3 additions & 0 deletions tests/molecule/platform-arm64/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
ansible.builtin.wait_for_connection:
delay: 5
timeout: 300

- name: Gather facts
ansible.builtin.setup:

0 comments on commit ac04969

Please sign in to comment.