From bf749ebbdeb0a21382056882cbd2546fe53a5036 Mon Sep 17 00:00:00 2001 From: il Date: Sun, 12 Apr 2026 10:57:00 +0900 Subject: [PATCH] chore(chromium): delete the roles from the console playbook --- ansible/playbooks/console/site.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ansible/playbooks/console/site.yaml b/ansible/playbooks/console/site.yaml index 8f8a5f3..31e2c2b 100644 --- a/ansible/playbooks/console/site.yaml +++ b/ansible/playbooks/console/site.yaml @@ -115,18 +115,10 @@ become: true tags: ["init", "site", "install-packages"] - - name: Install CLI tools + - name: Set CLI tools ansible.builtin.include_role: name: "console" tasks_from: "services/set_cli_tools" apply: tags: ["init", "site", "tools"] tags: ["init", "site", "tools"] - - - name: Install chromium with font - ansible.builtin.include_role: - name: "console" - tasks_from: "services/set_chromium" - apply: - tags: ["init", "site", "chromium"] - tags: ["init", "site", "chromium"]