Add git/ansible and make script 755
This commit is contained in:
parent
051e78fc3d
commit
a16c119073
1 changed files with 3 additions and 1 deletions
|
@ -4,11 +4,13 @@
|
|||
yum: pkg=$item state=installed
|
||||
with_items:
|
||||
- rdiff-backup
|
||||
- git
|
||||
- ansible
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: setup rdiff backup script
|
||||
copy: src=$files/rdiff-backup/run-rdiff-backups dest=/usr/local/bin/run-rdiff-backups
|
||||
copy: src=$files/rdiff-backup/run-rdiff-backups dest=/usr/local/bin/run-rdiff-backups mode=755
|
||||
tags:
|
||||
- config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue