Compare commits
No commits in common. "3b7eb0dd2cd2de3fe4ca8cdaddbfe50a1e08c647" and "3d5044ab1b6c3605edb360c57ffe62d33a347f1d" have entirely different histories.
3b7eb0dd2c
...
3d5044ab1b
3 changed files with 1 additions and 21 deletions
|
@ -1,17 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=KeePassXC
|
||||
GenericName=Password Manager
|
||||
Exec=/usr/bin/keepassxc
|
||||
TryExec=/usr/bin/keepassxc
|
||||
Icon=keepassxc
|
||||
StartupWMClass=keepassxc
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Categories=Utility;Security;Qt;
|
||||
MimeType=application/x-keepass2;
|
||||
X-GNOME-Autostart-enabled=true
|
||||
X-GNOME-Autostart-Delay=2
|
||||
X-KDE-autostart-after=panel
|
||||
X-LXQt-Need-Tray=true
|
|
@ -28,7 +28,3 @@
|
|||
option: AuthSockOverride
|
||||
value: "{{ ssh_agent_socket }}"
|
||||
no_extra_spaces: true
|
||||
- name: Autostart keepassxc
|
||||
copy:
|
||||
src: "{{ role_path }}/files/org.keepassxc.KeePassXC.desktop"
|
||||
dest: ~/.config/autostart/org.keepassxc.KeePassXC.desktop
|
||||
|
|
|
@ -4,6 +4,7 @@ pass=`secret-tool lookup ansible_vault setup`
|
|||
retval=$?
|
||||
|
||||
if [ $retval -ne 0 ]; then
|
||||
echo Provide password:
|
||||
read -s pass
|
||||
fi
|
||||
echo $pass
|
||||
|
|
Reference in a new issue