Skip to content

Commit

Permalink
Ensure rsync is installed on the remote host
Browse files Browse the repository at this point in the history
  • Loading branch information
xmunoz committed Dec 31, 2020
1 parent 39c2f0e commit 7526101
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions provisioners/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@
state: mounted
fstype: ext4

- name: Install required packages
hosts: default
become: true
tasks:
- name: Install rsync
apt:
name: rsync
update_cache: yes

- name: Perform system configuration
hosts: default
become: true
Expand Down

0 comments on commit 7526101

Please sign in to comment.