Skip to content

Commit

Permalink
Merge pull request #307 from gardar/fix-debian-become
Browse files Browse the repository at this point in the history
fix: add missing privileges
  • Loading branch information
guenhter authored Jan 23, 2024
2 parents 0ddb85c + 82dd6ce commit e64b598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/install-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- name: (Debian) Refresh package cache
ansible.builtin.apt:
cache_valid_time: 3600
become: true
when: gitlab_runner_skip_package_repo_install is not defined or not gitlab_runner_skip_package_repo_install

- name: (Debian) Get Gitlab repository installation script
Expand Down

0 comments on commit e64b598

Please sign in to comment.