diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2019-08-23 19:18:12 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2019-08-23 19:18:12 +0200 |
commit | c2b7cf8aa6de5e6ecf4bf9410c3f8395b43fd764 (patch) | |
tree | b27f0888397b05d566095816d81f0f6dde5780e2 | |
parent | 310626fb2fde034823f03fbe99c882e9110f2d27 (diff) | |
download | Ansible-c2b7cf8aa6de5e6ecf4bf9410c3f8395b43fd764.tar.gz Ansible-c2b7cf8aa6de5e6ecf4bf9410c3f8395b43fd764.tar.zst Ansible-c2b7cf8aa6de5e6ecf4bf9410c3f8395b43fd764.zip |
Add wpa-cute
-rw-r--r-- | roles/contexts/fretlink/files/config_files/autostart/wpa-cute.desktop | 10 | ||||
-rw-r--r-- | roles/contexts/fretlink/tasks/main.yml | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/roles/contexts/fretlink/files/config_files/autostart/wpa-cute.desktop b/roles/contexts/fretlink/files/config_files/autostart/wpa-cute.desktop new file mode 100644 index 0000000..b4802ee --- /dev/null +++ b/roles/contexts/fretlink/files/config_files/autostart/wpa-cute.desktop | |||
@@ -0,0 +1,10 @@ | |||
1 | [Desktop Entry] | ||
2 | Version=1.0 | ||
3 | Name=WPA-cute | ||
4 | GenericName=WPA network | ||
5 | Comment=WPA-cute | ||
6 | Exec=/usr/bin/wpa-cute -t | ||
7 | Icon=wpa-cute | ||
8 | Terminal=false | ||
9 | Type=Application | ||
10 | Categories=Development; | ||
diff --git a/roles/contexts/fretlink/tasks/main.yml b/roles/contexts/fretlink/tasks/main.yml index 5b75f9b..b7dd387 100644 --- a/roles/contexts/fretlink/tasks/main.yml +++ b/roles/contexts/fretlink/tasks/main.yml | |||
@@ -22,6 +22,7 @@ | |||
22 | dest: "$XDG_CONFIG_HOME/{{ item }}" | 22 | dest: "$XDG_CONFIG_HOME/{{ item }}" |
23 | loop: | 23 | loop: |
24 | - autostart/zeal.desktop | 24 | - autostart/zeal.desktop |
25 | - autostart/wpa-cute.desktop | ||
25 | - name: zeal configuration | 26 | - name: zeal configuration |
26 | ini_file: | 27 | ini_file: |
27 | path: "$XDG_CONFIG_HOME/Zeal/Zeal.conf" | 28 | path: "$XDG_CONFIG_HOME/Zeal/Zeal.conf" |