Fix role names
This commit is contained in:
parent
59be9fb8dd
commit
a057c34d94
2 changed files with 4 additions and 4 deletions
|
@ -13,11 +13,11 @@
|
||||||
- cups
|
- cups
|
||||||
- firefox
|
- firefox
|
||||||
- git
|
- git
|
||||||
- google-chrome
|
- google_chrome
|
||||||
- kerberos
|
- kerberos
|
||||||
- ldap
|
- ldap
|
||||||
- mutt
|
- mutt
|
||||||
- rpmfusion-nonfree-repo
|
- rpmfusion_nonfree_repo
|
||||||
- spotify
|
- spotify
|
||||||
- thinlinc
|
- thinlinc
|
||||||
- thunderbird
|
- thunderbird
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
|
|
||||||
- name: install nvidia gpu drivers
|
- name: install nvidia gpu drivers
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: nvidia-driver
|
name: nvidia_driver
|
||||||
when: nvidia_check.rc == 0
|
when: nvidia_check.rc == 0
|
||||||
|
|
||||||
- name: hide grub menu during boot
|
- name: hide grub menu during boot
|
||||||
|
|
2
roles
2
roles
|
@ -1 +1 @@
|
||||||
Subproject commit ce37f81e76eb52c6b35fcce3e6fa1855c13bca18
|
Subproject commit bc5eda74879548402d85c6dfa877fd0cd23a713b
|
Loading…
Add table
Reference in a new issue