Skip to content

Commit f365b1e

Browse files
Add installation idempotence test
1 parent fe81e2a commit f365b1e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

molecule/default/converge.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@
1212
- robertdebock.epel
1313
- ansible-github_actions_runner
1414

15-
- name: Reinstall
15+
- name: Idempotence test
1616
user: ansible
1717
hosts: all
1818
become: yes
1919
vars:
2020
- runner_user: ansible
2121
- github_repo: ansible-github_actions_runner-testrepo
2222
- github_account: monolithprojects
23-
- reinstall_runner: yes
2423
- runner_version: "latest"
2524
roles:
2625
- robertdebock.epel

molecule/organization/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- github_account: monolithprojects-testorg
99
- runner_org: yes
1010
- runner_state: "stopped"
11-
- runner_version: "2.274.1"
11+
- runner_version: "2.274.2"
1212
roles:
1313
- robertdebock.epel
1414
- ansible-github_actions_runner

0 commit comments

Comments
 (0)