Skip to content

Commit

Permalink
Reenable package-latest lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Dec 18, 2023
1 parent 3a2afd3 commit 090ad4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ exclude_paths:
- roles/dependencies/
- .github/

skip_list:
- "403"
4 changes: 2 additions & 2 deletions roles/provision/tasks/system_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
- htop
- fzf
- bc
state: latest
state: present

- name: Install QEMU guest agent if VM
ansible.builtin.apt:
name:
- qemu-guest-agent
state: latest
state: present
when: "is_vm | bool"
notify: Ensure guest agent enabled

Expand Down

0 comments on commit 090ad4b

Please sign in to comment.