diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index a1a60a5..3ca343c 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -1187,6 +1187,10 @@ path: "{{ item }}/.bashrc" block: | {{ rc_common }} + + # Export all functions! # + eval "$(declare -F | grep -v _ | sed 's/-f /-fx /')" + [[ $(whoami) != "root" ]] && echo "`date` - Ansible .bashrc loaded successfully!" marker: '# {mark} MANAGED BY ANSIBLE | Aliases'