From 77948e867b151c8ea39673f34e43a241c3d3325f Mon Sep 17 00:00:00 2001 From: CactiChameleon9 Date: Wed, 13 Jul 2022 21:14:32 +0100 Subject: [PATCH] Fix the playbook not running --- playbook.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbook.yaml b/playbook.yaml index 136a32c..9dc61c8 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -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'] }