Skip to content

Commit

Permalink
Add forgotten state
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 27, 2024
1 parent f59187c commit 6dabb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- name: repository | add

Check warning on line 30 in tasks/repository.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.
ansible.builtin.apt_repository:
repo: "{{ item.type }} {{ item.url }} {{ item.component }}"
state: present
state: "{{ item.state | default('present') }}"
update_cache: true
mode: 0644
with_items: "{{ virtualbox_repositories }}"
Expand Down

0 comments on commit 6dabb84

Please sign in to comment.