Skip to content

Commit

Permalink
Use fedora-39 to fix yum issue
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Apr 25, 2024
1 parent 3920662 commit cc253ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
- "{{ secgroup.group_id }}"
user_data: |
#!/bin/bash
yum install -y python3 python-virtualenv sshpass netcat ansible-core
yum install -y python3 python3-virtualenv sshpass netcat ansible-core
wait: true
state: started
register: vm_result
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rds_engine: postgres
rds_engine_version: "16.2"
bastion_host_type: t3.micro
bastion_host_venv_path: ~/env
image_filter: Fedora-Cloud-Base-38-*
image_filter: Fedora-Cloud-Base-39-*
bastion_host_iam_role: "{{ resource_prefix }}-role"

# vars for the deploy_flask_app role and create task
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/test_deploy_flask_app/runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ trap 'cleanup "${@}"' ERR
ansible-playbook run.yaml -e "run_deploy_flask_app_operation=create" "$@"

# Delete web application
ansible-playbook run.yaml -e "run_deploy_flask_app_operation=delete" "$@"
ansible-playbook run.yaml -e "run_deploy_flask_app_operation=delete" "$@"

0 comments on commit cc253ca

Please sign in to comment.