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 9, 2024
1 parent 852767c commit 96a46b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/onr-boe/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# - ec2provision
# # - oracle_db_extract_base_software

- ansible.builtin.import_role:
- ansible.builtin.import_role:
name: onr-get
tags:
- amibuild
Expand Down
1 change: 0 additions & 1 deletion ansible/roles/onr-get/tasks/download-software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@
overwrite: latest
loop:
- "{{ boe_software }}"

1 change: 0 additions & 1 deletion ansible/roles/onr-get/tasks/extract-software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
src: "{{ stage }}/{{ boe_software }}"
dest: "{{ app_dir }}"
remote_src: yes

0 comments on commit 96a46b8

Please sign in to comment.