mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
serial-console: ttyS0/S1 are not valid on ppc64le
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
name: serial-getty@ttyS0
|
||||
state: started
|
||||
enabled: true
|
||||
when: ansible_architecture != 'ppc64le'
|
||||
tags:
|
||||
- serial-console
|
||||
|
||||
@@ -30,5 +31,6 @@
|
||||
name: serial-getty@ttyS1
|
||||
state: started
|
||||
enabled: true
|
||||
when: ansible_architecture != 'ppc64le'
|
||||
tags:
|
||||
- serial-console
|
||||
|
||||
Reference in New Issue
Block a user