]> arthur.barton.de Git - AnsibleRoles.git/blob - roles/git-backup-script/handlers/main.yml
Initial import
[AnsibleRoles.git] / roles / git-backup-script / handlers / main.yml
1 ---
2 # git-backup-script handlers
3
4 - name: install "backup-script"
5   tags:
6     - git
7     - source
8     - backup
9   shell: make install
10   args:
11     chdir: /usr/local/src/backup-script