Remove ancient molecule tests
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- init
|
||||
@@ -1,7 +0,0 @@
|
||||
driver:
|
||||
name: vagrant
|
||||
provider:
|
||||
name: virtualbox
|
||||
platforms:
|
||||
- name: test-ubuntu20-init
|
||||
box: boxen/ubuntu-20.04-x86_64
|
||||
@@ -1,11 +0,0 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Read init file
|
||||
ansible.builtin.slurp:
|
||||
path: /etc/default/console-setup
|
||||
register: __slurped
|
||||
|
||||
- name: Validate desired string is present
|
||||
assert:
|
||||
that: >-
|
||||
'ACTIVE_CONSOLES="/dev/tty1"' in ( __slurped["content"] | b64decode )
|
||||
Reference in New Issue
Block a user