mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
auto-detect thinkpad and macbook
This commit is contained in:
parent
d79bd08d38
commit
64a7b54218
2 changed files with 8 additions and 5 deletions
|
|
@ -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'] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue