Skip to content

Commit

Permalink
Merge pull request #131 from dmitriy-lukyanchikov/fix-removing-global…
Browse files Browse the repository at this point in the history
…-options

fix removing global options when need to re register runner
  • Loading branch information
riemers authored Jun 30, 2020
2 parents c092861 + b67b5f3 commit 393c856
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/Unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
import_tasks: install-macos.yml
when: ansible_os_family == 'Darwin'

- name: Set global options (macOS/Debian/RedHat)
import_tasks: global-setup.yml

- name: (Unix) List configured runners
command: "{{ gitlab_runner_executable }} list"
register: configured_runners
Expand All @@ -36,5 +33,8 @@
index_var: gitlab_runner_index
loop_var: gitlab_runner

- name: Set global options (macOS/Debian/RedHat)
import_tasks: global-setup.yml

- name: (Unix) Configure GitLab Runner
import_tasks: config-runners.yml

0 comments on commit 393c856

Please sign in to comment.