Fix the playbook not running
This commit is contained in:
parent
16c70dc614
commit
77948e867b
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Bedrock Linux Desktop Setup
|
- name: Bedrock Linux Desktop Setup - designed to setup EVERYTHING other than the minimal desktop base
|
||||||
description: Installs my bedrock linux desktop setup (designed to setup EVERYTHING other than the minimal desktop base)
|
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
become: True
|
become: True
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
- { role: fetch-stratum}
|
||||||
# - { role: network, tags: ['network'] }
|
# - { role: network, tags: ['network'] }
|
||||||
# - { role: kernel, tags: ['kernel'] }
|
# - { role: kernel, tags: ['kernel'] }
|
||||||
# - { role: base, tags: ['base'] }
|
# - { role: base, tags: ['base'] }
|
||||||
|
Loading…
Reference in New Issue
Block a user