Skip to content

Commit

Permalink
new pr to resolve author issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Aug 3, 2021
1 parent 9df0096 commit feeaa2a
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions ansible/playbooks/AdoptOpenJDK_AIX_Playbook/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,18 @@
path: /etc/security/login.cfg
regexp: 'shells = '
replace: 'shells = /bin/bash,'
tags: login_shell
tags:
- login_shell
- adoptopenjdk

- name: Add bash to available login shells
blockinfile:
dest: /etc/shells
block: |
/bin/bash
tags: login_shell
tags:
- login_shell
- adoptopenjdk

# move to role later
- name: Set variables for global environment
Expand All @@ -126,14 +130,18 @@
AIXTHREAD_HRT=true
PKG_CONFIG_PATH=/opt/freeware/lib64/pkgconfig:/opt/freeware/lib/pkgconfig
PERL5LIB=/opt/freemarker/lib/perl5
tags: login_shell
tags:
- login_shell
- adoptopenjdk

- name: Add freeware and xlc to PATH for global environment
replace:
path: /etc/environment
regexp: 'PATH=/usr/bin'
replace: 'PATH=/opt/freeware/bin:/opt/IBM/xlC/13.1.3/bin:/usr/bin'
tags: login_shell
regexp: 'PATH=/usr/bin:/etc'
replace: 'PATH=/usr/bin:/opt/IBM/xlC/13.1.3/bin:/opt/freeware/bin:/etc'
tags:
- login_shell
- adoptopenjdk

##############
# freemarker #
Expand Down

0 comments on commit feeaa2a

Please sign in to comment.