]> git.immae.eu Git - perso/Immae/Config/Ansible.git/commitdiff
Add wpa-cute
authorIsmaël Bouya <ismael.bouya@fretlink.com>
Fri, 23 Aug 2019 17:18:12 +0000 (19:18 +0200)
committerIsmaël Bouya <ismael.bouya@fretlink.com>
Fri, 23 Aug 2019 17:18:12 +0000 (19:18 +0200)
roles/contexts/fretlink/files/config_files/autostart/wpa-cute.desktop [new file with mode: 0644]
roles/contexts/fretlink/tasks/main.yml

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 (file)
index 0000000..b4802ee
--- /dev/null
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Name=WPA-cute
+GenericName=WPA network
+Comment=WPA-cute
+Exec=/usr/bin/wpa-cute -t
+Icon=wpa-cute
+Terminal=false
+Type=Application
+Categories=Development;
index 5b75f9b66295f0526f4fbe99517a0c3332404b20..b7dd387f41116f4818c7fa80d0eda283e387bace 100644 (file)
@@ -22,6 +22,7 @@
     dest: "$XDG_CONFIG_HOME/{{ item }}"
   loop:
     - autostart/zeal.desktop
+    - autostart/wpa-cute.desktop
 - name: zeal configuration
   ini_file:
     path: "$XDG_CONFIG_HOME/Zeal/Zeal.conf"