Skip to content

Commit

Permalink
Instalación PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorcajas committed Dec 17, 2024
1 parent 150d01d commit 903ca9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible&postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: whoami
# - run: whoami

# - name: Instalar az CLI
# run: |
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Instalar Ansible
run: |
sudo apt-get update
sudo install -y ansible
sudo apt-get install -y ansible
- name: Verify Ansible Installation
run: ansible --version
Expand Down

0 comments on commit 903ca9a

Please sign in to comment.