mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-22 15:25:25 +00:00
Fixed typo
This commit is contained in:
parent
855301b835
commit
d709df1ebf
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue