We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205df9d commit 47aafc3Copy full SHA for 47aafc3
tasks/install_deps.yml
@@ -40,7 +40,7 @@
40
when: (ansible_distribution == "Ubuntu" and ansible_distribution_major_version == "16")
41
tags:
42
- install
43
-
+
44
- name: Install dependencies on Ubuntu Bionic systems
45
package:
46
pkg:
tasks/install_runner.yml
run_once: yes
delegate_to: localhost
- - install
+ - install
- name: Unarchive package
unarchive:
tasks/uninstall_runner.yml
@@ -7,7 +7,7 @@
7
when: runner_service in services
8
9
- uninstall
10
11
- name: Refresh services facts
12
service_facts:
13
0 commit comments