Skip to content

Commit

Permalink
Add option for latest version
Browse files Browse the repository at this point in the history
Former-commit-id: 97fc12e
  • Loading branch information
MonolithProjects committed Apr 5, 2020
1 parent 205df9d commit 47aafc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tasks/install_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
when: (ansible_distribution == "Ubuntu" and ansible_distribution_major_version == "16")
tags:
- install

- name: Install dependencies on Ubuntu Bionic systems
package:
pkg:
Expand Down
2 changes: 1 addition & 1 deletion tasks/install_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
run_once: yes
delegate_to: localhost
tags:
- install
- install

- name: Unarchive package
unarchive:
Expand Down
2 changes: 1 addition & 1 deletion tasks/uninstall_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
when: runner_service in services
tags:
- uninstall

- name: Refresh services facts
service_facts:
tags:
Expand Down

0 comments on commit 47aafc3

Please sign in to comment.