Prefix user task tags with prefix
This commit is contained in:
12
user.yml
12
user.yml
@@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
- name: disable undesired services
|
- name: disable undesired services
|
||||||
tags:
|
tags:
|
||||||
- undesired-services
|
- user:undesired-services
|
||||||
block:
|
block:
|
||||||
- set_fact:
|
- set_fact:
|
||||||
undesired_user_services:
|
undesired_user_services:
|
||||||
@@ -92,7 +92,7 @@
|
|||||||
|
|
||||||
- name: configure dotfiles
|
- name: configure dotfiles
|
||||||
tags:
|
tags:
|
||||||
- dotfiles
|
- user:dotfiles
|
||||||
block:
|
block:
|
||||||
- name: load dotfile list
|
- name: load dotfile list
|
||||||
include_vars:
|
include_vars:
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
|
|
||||||
- name: vim
|
- name: vim
|
||||||
tags:
|
tags:
|
||||||
- vim
|
- user:vim
|
||||||
block:
|
block:
|
||||||
- name: install vim plugins
|
- name: install vim plugins
|
||||||
command: nvim --headless +PlugInstall +qall
|
command: nvim --headless +PlugInstall +qall
|
||||||
@@ -276,7 +276,7 @@
|
|||||||
|
|
||||||
- name: firefox
|
- name: firefox
|
||||||
tags:
|
tags:
|
||||||
- firefox
|
- user:firefox
|
||||||
block:
|
block:
|
||||||
- name: create firefox directories
|
- name: create firefox directories
|
||||||
firefox_profile:
|
firefox_profile:
|
||||||
@@ -369,7 +369,7 @@
|
|||||||
|
|
||||||
- name: handle autostart units
|
- name: handle autostart units
|
||||||
tags:
|
tags:
|
||||||
- autostart
|
- user:autostart
|
||||||
block:
|
block:
|
||||||
- name: create systemd user directory
|
- name: create systemd user directory
|
||||||
file:
|
file:
|
||||||
@@ -415,7 +415,7 @@
|
|||||||
|
|
||||||
- name: gpg
|
- name: gpg
|
||||||
tags:
|
tags:
|
||||||
- gpg
|
- user:gpg
|
||||||
block:
|
block:
|
||||||
- name: import gpg key
|
- name: import gpg key
|
||||||
command: gpg --import ./gpgkeys/{{ user.gpg_key.email }}.gpg.asc
|
command: gpg --import ./gpgkeys/{{ user.gpg_key.email }}.gpg.asc
|
||||||
|
|||||||
Reference in New Issue
Block a user