Rename ffmwu custom config config dir from ~/.config to ~/.ffmwu-config
This commit is contained in:
parent
41a1d0bac3
commit
64f99ea396
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
- name: create ffmwu custom config dir
|
||||
file:
|
||||
path: /home/admin/.config
|
||||
path: /home/admin/.ffmwu-config
|
||||
state: directory
|
||||
owner: admin
|
||||
group: admin
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
- name: write configuration for fastd-peer-limit-update script
|
||||
template:
|
||||
src: fastd_peer_limit_config.yaml.j2
|
||||
dest: /home/admin/.config/fastd_peer_limit_config.yaml
|
||||
dest: /home/admin/.ffmwu-config/fastd_peer_limit_config.yaml
|
||||
owner: admin
|
||||
group: admin
|
||||
mode: 0644
|
||||
|
|
Loading…
Reference in a new issue