From e7f07ca4ba1e78b71ca78ed246c20d79f5715be2 Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Fri, 12 Apr 2024 02:35:47 +0200 Subject: [PATCH] Update install_base_system.yaml --- install_base_system.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/install_base_system.yaml b/install_base_system.yaml index 7dc72f5..4dcd011 100644 --- a/install_base_system.yaml +++ b/install_base_system.yaml @@ -245,3 +245,21 @@ hostname = 134.102.55.235:25 mda "/usr/bin/procmail -d %T" + - name: Link for chrome + file: + src: /opt/google/chrome/chrome + dest: /bin/chrome + state: link + + - name: set /etc/profile + blockinfile: + path: /etc/profile + state: present + create: true + owner: "root" + group: "root" + mode: "0666" + block: | + . /sge-root/neuro/common/settings.sh + MANPATH=$MANPATH/sge-root/man:/usr/share/man: + export MANPATH