Skip to content

Commit

Permalink
Fix ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov committed May 15, 2024
1 parent 4f9bac7 commit 82930de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/macos-playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

- name: Install Python dependencies
pip:
requirements: requirements.txt
requirements: ../requirements.txt
executable: pip3

- name: Build Mull
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/ubuntu-playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

- name: Install Python dependencies
pip:
requirements: requirements.txt
requirements: ../requirements.txt
executable: pip3

- name: Build Mull
Expand Down

0 comments on commit 82930de

Please sign in to comment.