Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Jan 29, 2024
1 parent 179dd0f commit 65d078c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ jobs:
- name: Install Ansible
run: pip install ansible

- name: Install boto3
run: pip install boto3

- name: Run Ansible Playbook
run: ansible-playbook -i aws_ec2.yml playbook.yml
run: ansible-playbook -i aws_ec2.yml playbook.yml -auto-approve -input=false

0 comments on commit 65d078c

Please sign in to comment.