Fix the playbook not running

This commit is contained in:
CactiChameleon9 2022-07-13 21:14:32 +01:00
parent 16c70dc614
commit 77948e867b

View File

@ -1,12 +1,12 @@
---
- name: Bedrock Linux Desktop Setup
description: Installs my bedrock linux desktop setup (designed to setup EVERYTHING other than the minimal desktop base)
- name: Bedrock Linux Desktop Setup - designed to setup EVERYTHING other than the minimal desktop base
hosts: localhost
connection: local
become: True
roles:
- { role: fetch-stratum}
# - { role: network, tags: ['network'] }
# - { role: kernel, tags: ['kernel'] }
# - { role: base, tags: ['base'] }