Skip to content

Commit 47aafc3

Browse files
Add option for latest version
Former-commit-id: 97fc12e
1 parent 205df9d commit 47aafc3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tasks/install_deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
when: (ansible_distribution == "Ubuntu" and ansible_distribution_major_version == "16")
4141
tags:
4242
- install
43-
43+
4444
- name: Install dependencies on Ubuntu Bionic systems
4545
package:
4646
pkg:

tasks/install_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
run_once: yes
4141
delegate_to: localhost
4242
tags:
43-
- install
43+
- install
4444

4545
- name: Unarchive package
4646
unarchive:

tasks/uninstall_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
when: runner_service in services
88
tags:
99
- uninstall
10-
10+
1111
- name: Refresh services facts
1212
service_facts:
1313
tags:

0 commit comments

Comments
 (0)