Use 'present' instead of 'latest' (ansible-lint)

This commit is contained in:
jeltz 2021-03-15 07:51:48 +01:00
parent 6713b550b6
commit 3f3f688da4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- name: Install borg
apt:
name: borgbackup
state: latest
state: present
update_cache: true
register: apt_result
retries: 3