Skip to content

Commit

Permalink
aixPB: Modify order of so-called role executition to have requirement…
Browse files Browse the repository at this point in the history
…s first
  • Loading branch information
aixtools committed Nov 20, 2020
1 parent dfd7c67 commit 4c4cb38
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions ansible/playbooks/AdoptOpenJDK_AIX_Playbook/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,35 @@
swap_size: 4096

roles:
- aixfs
- syslogs
# AIX base requirements
- X11
- openssl
# verify/install IBM compilers
- xlc_v13
- xlc_v16
- openssl
# AIX configuration
- aixfs
- syslogs

# yum based installation of additional software
- yum

# users needed - wait until here to be sure bash is installed
- jenkins_user
- zeus_user

# additional OSS packages (needing python)
- ant
- ant_contrib

# install/verify boot versions of ojdk
- bootjdk7
- bootjdk8
- bootjdk9
- bootjdk10
- bootjdk11
- bootjdk12

- ant
- ant_contrib

- jenkins_user
- zeus_user

tasks:
######################################
# Add bash to available login shells #
Expand Down

0 comments on commit 4c4cb38

Please sign in to comment.