Skip to content

Commit a226633

Browse files
molecule playbook corrections
1 parent 4c84421 commit a226633

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

molecule/default/converge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
- name: Install
33
user: ansible
44
hosts: all
5+
gather_facts: yes
56
become: yes
67
vars:
78
- runner_user: ansible
89
- github_repo: ansible-github_actions_runner-testrepo
910
- github_account: monolithprojects
1011
- runner_version: "latest"
12+
- reinstall_runner: yes
1113
roles:
1214
- robertdebock.epel
1315
- ansible-github_actions_runner
@@ -16,6 +18,7 @@
1618
user: ansible
1719
hosts: all
1820
become: yes
21+
gather_facts: yes
1922
vars:
2023
- runner_user: ansible
2124
- github_repo: ansible-github_actions_runner-testrepo

0 commit comments

Comments
 (0)