mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
remove ansible_processor condition
Intel vs AMD is determined within the role
This commit is contained in:
parent
2580286757
commit
d5f369f0f8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
- { role: gnupg, tags: ['gnupg'] }
|
- { role: gnupg, tags: ['gnupg'] }
|
||||||
- { role: sysmon, tags: ['sysmon'] }
|
- { role: sysmon, tags: ['sysmon'] }
|
||||||
- { role: cron, tags: ['cron'] }
|
- { role: cron, tags: ['cron'] }
|
||||||
- { role: microcode, tags: ['microcode'], when: "'GenuineIntel' in ansible_processor" }
|
- { role: microcode, tags: ['microcode'] }
|
||||||
- { role: hardened, tags: ['hardened'] }
|
- { role: hardened, tags: ['hardened'] }
|
||||||
- { role: ssh, tags: ['ssh'] }
|
- { role: ssh, tags: ['ssh'] }
|
||||||
- { role: dotfiles, tags: ['dotfiles'] }
|
- { role: dotfiles, tags: ['dotfiles'] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue