Skip to content

Commit

Permalink
Update dependencies (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
estevao90 committed Oct 24, 2023
1 parent 136bcee commit 523c5d3
Show file tree
Hide file tree
Showing 5 changed files with 407 additions and 430 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: "3.11"

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- '*.*.*'
- "*.*.*"

jobs:
Release:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: "3.11"

- name: Install Poetry
run: |
Expand Down
2 changes: 2 additions & 0 deletions inventario_exemplo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ vms:
ansible:
- grupo: 'web_server'
- nome: VMM_TEST3
qtde_cpu: 2
qtde_ram_mb: 1024
ansible:
- grupo: 'database'
vars:
Expand Down
Loading

0 comments on commit 523c5d3

Please sign in to comment.