Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 18, 2024
1 parent 0779ea1 commit 35d8d8c
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 43 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/onr-boe/tasks/install-boe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ansible.builtin.file:
path: /mnt/DATA_1
state: directory
mode: '0755'
mode: "0755"

- name: Mount DATA_1 volume
ansible.builtin.mount:
Expand Down
1 change: 0 additions & 1 deletion ansible/roles/onr-boe/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
tags:
- amibuild
- ec2provision

# - import_tasks: install-boe.yml
# tags:
# - amibuild
Expand Down
3 changes: 1 addition & 2 deletions ansible/roles/onr-boe/tasks/template-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
dest: "{{ app_dir }}/response.ini"
# owner: "{{ boe_install_user }}"
# group: "{{ boe_install_group }}"
mode: '0755'

mode: "0755"
1 change: 0 additions & 1 deletion ansible/roles/onr-get-more/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
tags:
- amibuild
- ec2provision

# - import_tasks: extract-software.yml
# tags:
# - amibuild
Expand Down
33 changes: 16 additions & 17 deletions ansible/roles/oracle-11g-client/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,21 @@
# register: client_software_installed

# - block:
- import_tasks: download_software.yml
tags:
- ec2provision
- amibuild
- oracle_client_software_download
- import_tasks: download_software.yml
tags:
- ec2provision
- amibuild
- oracle_client_software_download

- import_tasks: install_client.yml
tags:
- ec2provision
- amibuild
- oracle_client_install
- import_tasks: install_client.yml
tags:
- ec2provision
- amibuild
- oracle_client_install

- import_tasks: cleanup.yml
tags:
- ec2provision
- oracle_client_cleanup

# block
# when: not client_software_installed.stat.exists
- import_tasks: cleanup.yml
tags:
- ec2provision
- oracle_client_cleanup
# block
# when: not client_software_installed.stat.exists
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@
overwrite: latest
loop:
- "{{ client_software }}"

5 changes: 2 additions & 3 deletions ansible/roles/oracle-12c-client/tasks/install_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@
- libXrender
- libXrender-devel
- make-3.81-20.el6
# - net-tools-1.60-110.el6_2 (for Oracle RAC and Oracle Clusterware)
# - nfs-utils-1.2.3-36.el6 (for Oracle ACFS)
# - net-tools-1.60-110.el6_2 (for Oracle RAC and Oracle Clusterware)
# - nfs-utils-1.2.3-36.el6 (for Oracle ACFS)
- smartmontools-5.43-1.el6
- sysstat-9.0.4-20.el6


- name: Unzip Oracle 12c Client software
ansible.builtin.unarchive:
src: "{{ stage }}/{{ client_software }}"
Expand Down
33 changes: 16 additions & 17 deletions ansible/roles/oracle-12c-client/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,21 @@
# register: client_software_installed

# - block:
- import_tasks: download_software.yml
tags:
- ec2provision
- amibuild
- oracle_client_software_download
- import_tasks: download_software.yml
tags:
- ec2provision
- amibuild
- oracle_client_software_download

- import_tasks: install_client.yml
tags:
- ec2provision
- amibuild
- oracle_client_install
- import_tasks: install_client.yml
tags:
- ec2provision
- amibuild
- oracle_client_install

- import_tasks: cleanup.yml
tags:
- ec2provision
- oracle_client_cleanup

# block
# when: not client_software_installed.stat.exists
- import_tasks: cleanup.yml
tags:
- ec2provision
- oracle_client_cleanup
# block
# when: not client_software_installed.stat.exists

0 comments on commit 35d8d8c

Please sign in to comment.