auto-detect thinkpad and macbook

This commit is contained in:
Pig Monkey 2016-01-08 15:50:34 -08:00
parent d79bd08d38
commit 64a7b54218
2 changed files with 8 additions and 5 deletions

View file

@ -14,7 +14,8 @@
- { role: browsers, tags: ['browsers'] }
- { role: media, tags: ['media'] }
- { role: laptop, tags: ['laptop'] }
- { role: thinkpad, tags: ['thinkpad'] }
- { role: thinkpad, tags: ['thinkpad'], when: "'ThinkPad' in ansible_product_version" }
- { role: macbook, tags: ['macbook'], when: "'MacBook' in ansible_product_name" }
- { role: screensaver, tags: ['screensaver'] }
- { role: chat, tags: ['chat'] }
- { role: git-annex, tags: ['git-annex'] }