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 7c5f951 commit 71c8d5a
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 @@ -15,8 +15,8 @@ jobs:

- name: Instalar Ansible
run: |
sudo -u root apt-get update
sudo -u root install -y ansible
sudo apt-get update
sudo install -y ansible
- name: Verify Ansible Installation
run: ansible --version
Expand Down

0 comments on commit 71c8d5a

Please sign in to comment.