evolinux-base: Add new variable to disable global customisation of bash config

This commit is contained in:
Ludovic Poujol 2024-03-18 15:30:23 +01:00
parent 8e3724d5e7
commit ae2e447bc4
Signed by: lpoujol
SSH key fingerprint: SHA256:YZbQWfjHONnvIGkFZMs0xRKtqzqGqwtZU+kCOKhZXPA
3 changed files with 5 additions and 0 deletions

View file

@ -16,6 +16,7 @@ The **patch** part is incremented if multiple releases happen the same month
### Changed
* autosysadmin-agent: upstream release 24.03.1
* evolinux-base: Add new variable to disable global customisation of bash config
### Fixed

View file

@ -142,6 +142,9 @@ evolinux_ssh_group: "evolinux-ssh"
#
# evolinux_users_include: True
# bash
evolinux_bash_config_include: true
# root
evolinux_root_include: True

View file

@ -76,6 +76,7 @@
- name: Bash configuration
ansible.builtin.import_tasks: bash.yml
when: evolinux_bash_config_include | bool
- name: Root user configuration
ansible.builtin.import_tasks: root.yml