Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV committed Nov 14, 2024
1 parent be4f370 commit 72595cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
group: root
mode: "0644"

- name: "Install | Refresh package caches"
ansible.builtin.package:
update_cache: True

Check failure on line 46 in tasks/install.yml

View workflow job for this annotation

GitHub Actions / Lint role

yaml[truthy]

Truthy value should be one of \[false, no, true, yes]

- name: "Install | Add GitLab Runner package"
ansible.builtin.package:
name: "{{ os_pkg_gitlab_runner }}"
Expand Down

0 comments on commit 72595cb

Please sign in to comment.