Skip to content
Snippets Groups Projects
Verified Commit 85759586 authored by Jonathan Blum's avatar Jonathan Blum
Browse files

change state: installed to state: present

parent 6f0dc2b6
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,12 @@
- name: ensure rsync is installed on the client
package:
name: rsync
state: installed
state: present
update_cache: yes
- name: ensure rsnapshot is installed on the client (for scripts)
package:
name: rsnapshot
state: installed
state: present
- name: create user backupuser if doesnt exist
user:
name: "{{ backup_user }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment