Skip to content

Commit

Permalink
Fix ansible-lint complaint about yes vs true
Browse files Browse the repository at this point in the history
  • Loading branch information
kyl191 committed Dec 23, 2024
1 parent 1adc4a8 commit 193946b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

- name: Refresh apt cache
ansible.builtin.apt:
update_cache: yes
update_cache: true
when: ansible_pkg_mgr == "apt"

- name: Install openvpn
Expand Down

0 comments on commit 193946b

Please sign in to comment.