diff --git a/configure-host-oel7/tasks/main.yml b/configure-host-oel7/tasks/main.yml index 51c9139..9f8cf23 100755 --- a/configure-host-oel7/tasks/main.yml +++ b/configure-host-oel7/tasks/main.yml @@ -39,9 +39,14 @@ # --------------------------------------------------- # configuration Linux : aliases bash & oracle # --------------------------------------------------- - - name: Ajout du fichier z_oracle dans /etc/profile.d + - name: Ajout du fichier bash_aliases dans /etc/profile.d copy: src=bash_aliases dest=/etc/profile.d/bash_aliases.sh owner=root mode=644 + # --------------------------------------------------- + # configuration Linux : personnalisation rlwrap + # --------------------------------------------------- + - include: rlwrap.yml + # --------------------------------------------------- # configuration Linux : Sécurisation # ---------------------------------------------------