Add motion

This commit is contained in:
Daniel A. Maierhofer
2018-07-13 16:51:34 +02:00
parent 807bebfad5
commit 3981781119
3 changed files with 9 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
--- ---
fetlab_zfs: True fetlab_zfs: True
fetlab_motion: True

View File

@@ -2,3 +2,7 @@
- import_tasks: zfs.yml - import_tasks: zfs.yml
when: fetlab_zfs when: fetlab_zfs
tags: ['fetlab_zfs', 'zfs'] tags: ['fetlab_zfs', 'zfs']
- import_tasks: motion.yml
when: fetlab_motion
tags: ['fetlab_motion', 'motion']

View File

@@ -0,0 +1,4 @@
---
- name: motion - install motion
package: name=motion