From f6e178de4dc2d203a5e7c94fe87d76707d1ba30d Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Sun, 1 Dec 2024 19:10:01 -0800 Subject: [PATCH] drop radio role by default I do not use or maintain any of this. --- playbook.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbook.yml b/playbook.yml index 0a8b4fd..b0f10df 100644 --- a/playbook.yml +++ b/playbook.yml @@ -69,7 +69,6 @@ - { role: mapping, tags: ['mapping'] } - { role: sound, tags: ['sound'] } - { role: pim, tags: ['pim'] } - - { role: radio, tags: ['radio'] } - { role: postgresql, tags: ['postgresql'] } - { role: calibre, tags: ['calibre'] } - { role: aws, tags: ['aws'] }