Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/full-dg-bicep-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
# # Ansible #
# ##############################################################################################################################################
- name: '🗒️💿🔧 Invoke ansible playbook 😴😴😴'
run: ansible-playbook playbook.yml -i inventory --extra-vars "data_guard=yes"
run: ansible-playbook playbook_dg.yml -i inventory --extra-vars "data_guard=yes"

- name: Run Ansible playbook to test Oracle database state
run: ansible-playbook testplaybook_dg.yml -i inventory > ansible_output.txt
Expand All @@ -231,4 +231,4 @@ jobs:
echo "Not all lines found in the output. Showing ansible output:"
cat ansible_output.txt
exit 1 # Exit with a non-zero code to indicate failure
fi
fi