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
|
- name: create ffmwu custom config dir
|
||||||
file:
|
file:
|
||||||
path: /home/admin/.config
|
path: /home/admin/.ffmwu-config
|
||||||
state: directory
|
state: directory
|
||||||
owner: admin
|
owner: admin
|
||||||
group: admin
|
group: admin
|
||||||
|
|
|
@ -123,7 +123,7 @@
|
||||||
- name: write configuration for fastd-peer-limit-update script
|
- name: write configuration for fastd-peer-limit-update script
|
||||||
template:
|
template:
|
||||||
src: fastd_peer_limit_config.yaml.j2
|
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
|
owner: admin
|
||||||
group: admin
|
group: admin
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
Loading…
Reference in a new issue