X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=roles%2Fgit-backup-script%2Ftasks%2Fmain.yml;h=7c57afd357166a29539789613ed419c52eacb8c8;hb=1b7c6acae00d9a31ef90753c5862fbbc484690b0;hp=6ff6ab4086f269b6307083a507148ae0f61c04e1;hpb=8aa9cb06f785d59fdffbe8671920976cf897b98c;p=AnsibleRoles.git diff --git a/roles/git-backup-script/tasks/main.yml b/roles/git-backup-script/tasks/main.yml index 6ff6ab4..7c57afd 100644 --- a/roles/git-backup-script/tasks/main.yml +++ b/roles/git-backup-script/tasks/main.yml @@ -1,12 +1,15 @@ --- # git-backup-script -- name: install "rsync" +- name: install "rsync" and "make" tags: - packages apt: > state=installed - name=rsync + name={{ item }} + with_items: + - rsync + - make - name: clone "backup-script" GIT repository tags: