Skip to content

Commit

Permalink
Merge pull request #182 from kamil98/master
Browse files Browse the repository at this point in the history
remove vars/default.yaml
  • Loading branch information
riemers authored Apr 29, 2021
2 parents 3475533 + 73b7c78 commit dd17f43
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ gitlab_runner_session_server_session_timeout: 1800
gitlab_runner_windows_service_user: ''
gitlab_runner_windows_service_password: ''

# gitlab_runner_container_install
gitlab_runner_container_install: false

# default values for gitlab in container
gitlab_runner_container_install: false
gitlab_runner_container_image: gitlab/gitlab-runner
Expand Down
1 change: 0 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
files:
- '{{ ansible_distribution }}.yml'
- '{{ ansible_os_family }}.yml'
- default.yml
paths:
- 'vars'

Expand Down
1 change: 0 additions & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
files:
- '{{ ansible_distribution }}.yml'
- '{{ ansible_os_family }}.yml'
- default.yml
paths:
- 'vars'
- name: Copy the mock gitlab CI server
Expand Down
6 changes: 0 additions & 6 deletions vars/default.yml

This file was deleted.

0 comments on commit dd17f43

Please sign in to comment.