serial-console: ttyS0/S1 are not valid on ppc64le
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c451d542c2
commit
495b448e1d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue