Added bashrc routines

This commit is contained in:
2025-02-20 14:22:08 +01:00
parent 439072c6b1
commit 5b40fe1740
7 changed files with 86 additions and 11 deletions

View File

@@ -46,6 +46,13 @@
notify: sshd restart
when: run_once_user_administrator is not defined
- name: "embed user routines for {{ role_path | basename }}"
include_role:
name: user
vars:
user_name: "administrator"
when: run_once_user_administrator is not defined
- name: run the user_administrator tasks once
set_fact:
run_once_user_administrator: true