From 807a5907500de8e6c0c031f135b7552905154d1d Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Sun, 20 Jun 2021 20:04:28 +0200 Subject: [PATCH] Update main.yml --- configure-host-oel7/tasks/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 # ---------------------------------------------------