remove ansible_processor condition

Intel vs AMD is determined within the role
This commit is contained in:
Pig Monkey 2025-01-13 18:34:27 -08:00
parent 2580286757
commit d5f369f0f8

View file

@ -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'] }