Move nethack config into dotfiles role
This commit is contained in:
parent
2c23fad3e8
commit
3b509c45d1
3 changed files with 10 additions and 0 deletions
|
@ -21,3 +21,6 @@
|
||||||
|
|
||||||
- name: Shell utilities
|
- name: Shell utilities
|
||||||
ansible.builtin.include_tasks: shell_utilities.yml
|
ansible.builtin.include_tasks: shell_utilities.yml
|
||||||
|
|
||||||
|
- name: Nethack
|
||||||
|
ansible.builtin.include_tasks: nethack.yml
|
||||||
|
|
7
Ansible/roles/dotfiles/tasks/nethack.yml
Normal file
7
Ansible/roles/dotfiles/tasks/nethack.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
- name: (nethack) Link nethackrc
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: ~/.nethackrc
|
||||||
|
src: "{{ role_path }}/files/nethack/nethackrc"
|
||||||
|
state: link
|
||||||
|
force: true
|
Loading…
Add table
Add a link
Reference in a new issue