Fixed typo

This commit is contained in:
Sagi Dayan 2022-06-06 08:03:49 +03:00
parent 855301b835
commit d709df1ebf
Signed by: sagi
GPG key ID: FAB96BFC63B46458
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
name: CLI tools Playbook name: CLI tools Playbook
vars: vars:
# Theme options: monokai, gruvbox, nord, tomorrow-night # Theme options: monokai, gruvbox, nord, tomorrow-night
theme: gruxbox theme: gruvbox
# The running user # The running user
running_user: "{{ ansible_user_id }}" running_user: "{{ ansible_user_id }}"
roles: roles:

View file

@ -3,7 +3,7 @@
name: Self managed modern UNIX tools name: Self managed modern UNIX tools
vars: vars:
# Theme options: monokai, gruvbox, nord, tomorrow-night # Theme options: monokai, gruvbox, nord, tomorrow-night
theme: tomorrow-night theme: gruvbox
# The running user # The running user
running_user: "{{ ansible_user_id }}" running_user: "{{ ansible_user_id }}"
roles: roles: