From d709df1ebfe84cbabe808d056367288ffe8ab9c3 Mon Sep 17 00:00:00 2001 From: Sagi Dayan Date: Mon, 6 Jun 2022 08:03:49 +0300 Subject: [PATCH] Fixed typo --- playbooks/cli-tools.yml | 2 +- playbooks/self-managed-unix-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/cli-tools.yml b/playbooks/cli-tools.yml index 0d4e712..7ae8082 100644 --- a/playbooks/cli-tools.yml +++ b/playbooks/cli-tools.yml @@ -3,7 +3,7 @@ name: CLI tools Playbook vars: # Theme options: monokai, gruvbox, nord, tomorrow-night - theme: gruxbox + theme: gruvbox # The running user running_user: "{{ ansible_user_id }}" roles: diff --git a/playbooks/self-managed-unix-update.yml b/playbooks/self-managed-unix-update.yml index f5663fe..bd87c67 100644 --- a/playbooks/self-managed-unix-update.yml +++ b/playbooks/self-managed-unix-update.yml @@ -3,7 +3,7 @@ name: Self managed modern UNIX tools vars: # Theme options: monokai, gruvbox, nord, tomorrow-night - theme: tomorrow-night + theme: gruvbox # The running user running_user: "{{ ansible_user_id }}" roles: