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
|
- qpwgraph
|
||||||
- alsa-utils
|
- alsa-utils
|
||||||
- gnome-keyring
|
- gnome-keyring
|
||||||
|
- libpam-gnome-keyring
|
||||||
- adwaita-icon-theme
|
- adwaita-icon-theme
|
||||||
- fonts-firacode
|
- fonts-firacode
|
||||||
- fonts-font-awesome
|
- fonts-font-awesome
|
||||||
|
@ -32,6 +33,17 @@
|
||||||
- scdaemon
|
- scdaemon
|
||||||
- ssh-askpass-gnome
|
- 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
|
- name: Install tools for mobile platform
|
||||||
become: yes
|
become: yes
|
||||||
apt:
|
apt:
|
||||||
|
@ -44,7 +56,7 @@
|
||||||
- name: Install brightnessctl udev rules
|
- name: Install brightnessctl udev rules
|
||||||
become: yes
|
become: yes
|
||||||
ansible.builtin.get_url:
|
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
|
dest: /etc/udev/rules.d/90-brightnessctl.rules
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue