Skip to content

Commit

Permalink
test without dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Jan 30, 2024
1 parent 4b838d7 commit 36c0f7b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

# Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
cli_config_credentials_token: uxYpYiBod1OOEw.atlasv1.xGwN3he3bu5GcPC9gDLBhryWRukcgum2XjrPULvxhlRpxzpyQ3v6wpe8rxrmy6GIQaw

# Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
- name: Terraform Init
run: terraform init

Expand All @@ -30,16 +23,5 @@ jobs:
- name: Terraform Apply
run: terraform apply -auto-approve -input=false

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Install Ansible
run: python3 -m pip install --user ansible

- name: Install boto3
run: pip install boto3

- name: Run Ansible Playbook
run: ansible-playbook -i aws_ec2.yml playbook.yml

0 comments on commit 36c0f7b

Please sign in to comment.