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
|
yum: pkg=$item state=installed
|
||||||
with_items:
|
with_items:
|
||||||
- rdiff-backup
|
- rdiff-backup
|
||||||
|
- git
|
||||||
|
- ansible
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
- name: setup rdiff backup script
|
- 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:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue