Use 'present' instead of 'latest' (ansible-lint)
This commit is contained in:
parent
6713b550b6
commit
3f3f688da4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
- name: Install borg
|
- name: Install borg
|
||||||
apt:
|
apt:
|
||||||
name: borgbackup
|
name: borgbackup
|
||||||
state: latest
|
state: present
|
||||||
update_cache: true
|
update_cache: true
|
||||||
register: apt_result
|
register: apt_result
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
Loading…
Reference in a new issue