Install and configure libpam-gnome-keyring
This commit is contained in:
parent
7b837afa2d
commit
9c7ad85bdb
1 changed files with 13 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
- qpwgraph
|
||||
- alsa-utils
|
||||
- gnome-keyring
|
||||
- libpam-gnome-keyring
|
||||
- adwaita-icon-theme
|
||||
- fonts-firacode
|
||||
- fonts-font-awesome
|
||||
|
@ -32,6 +33,17 @@
|
|||
- scdaemon
|
||||
- ssh-askpass-gnome
|
||||
|
||||
- name: Configure gnome-keyring pam rules
|
||||
become: yes
|
||||
blockinfile:
|
||||
path: /etc/pam.d/login
|
||||
insertafter: '@include common-password'
|
||||
prepend_newline: true
|
||||
block: |
|
||||
# Gnome keyring
|
||||
auth optional pam_gnome_keyring.so
|
||||
session optional pam_gnome_keyring.so auto_start
|
||||
|
||||
- name: Install tools for mobile platform
|
||||
become: yes
|
||||
apt:
|
||||
|
@ -44,7 +56,7 @@
|
|||
- name: Install brightnessctl udev rules
|
||||
become: yes
|
||||
ansible.builtin.get_url:
|
||||
url: https://github.com/Hummer12007/brightnessctl/raw/refs/heads/master/90-brightnessctl.rules
|
||||
url: https://raw.githubusercontent.com/Hummer12007/brightnessctl/master/90-brightnessctl.rules
|
||||
dest: /etc/udev/rules.d/90-brightnessctl.rules
|
||||
owner: root
|
||||
group: root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue