Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Sep 17, 2024
1 parent e47e38c commit 52d3426
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions deploy/cloud-info/backend.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# This is where the info about the deployment is to be stored
terraform {
backend "swift" {
container = "terraform"
cloud = "backend"
}
}

# The provider where the deployment is actually performed
provider "openstack" {
cloud = "deploy"
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ansible-galaxy role install -r galaxy-requirements.yaml
if ansible-playbook -i inventory.yaml \
--extra-vars @secrets.yaml \
--extra-vars @extra-vars.yaml \
--extra-vars ACCESS_TOKEN=$ACCESS_TOKEN \
--extra-vars ACCESS_TOKEN="$ACCESS_TOKEN" \
--tags "$TAGS" \
playbook.yaml >ansible.log 2>&1; then
status_summary="success"
Expand Down

0 comments on commit 52d3426

Please sign in to comment.