Skip to content

Commit

Permalink
Merge pull request #11 from samjetski/fix-registration-check-mode
Browse files Browse the repository at this point in the history
Fix registration check when in Ansible check-mode
  • Loading branch information
riemers authored May 23, 2018
2 parents 23c859a + 9b603b1 commit 69ccc99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/register-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
command: gitlab-runner list
register: configured_runners
changed_when: False
check_mode: no

- name: Register runner to GitLab
command: gitlab-runner register >
Expand Down

0 comments on commit 69ccc99

Please sign in to comment.