Skip to content

Commit

Permalink
Merge branch 'main' of github.com:compscidr/iac
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed May 31, 2024
2 parents f057097 + 563a120 commit 19c4fc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- run: 'echo "$VAULT_PASS" > $GITHUB_WORKSPACE/.vault_pass && printf "[defaults]\n\tvault_password_file = $GITHUB_WORKSPACE/.vault_pass\n" > ansible.cfg && cat ansible.cfg && touch requirements.txt'
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions ansible/meta/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ roles:

collections:
- name: community.docker
version: "3.9.0"
version: "3.10.3"
- name: community.general
version: "8.6.0"
version: "9.0.1"
- name: compscidr.github_runner
version: "0.0.9"
- name: compscidr.media_server
Expand Down
2 changes: 1 addition & 1 deletion terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.38.0"
version = "2.39.0"
}
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 19c4fc1

Please sign in to comment.