Remove ancient molecule tests

This commit is contained in:
Greg Hellings
2023-11-27 10:05:22 -06:00
parent b2c05afd35
commit 997880276d
13 changed files with 0 additions and 77 deletions
@@ -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 )