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 82930de commit 2e603a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 5 additions & 0 deletions infrastructure/helpers/build-mull.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
- name: Install Python dependencies
pip:
requirements: "{{ source_dir }}/requirements.txt"
executable: pip3

- name: Clone Mull's sources
git:
repo: "{{ repo_url }}"
Expand Down
5 changes: 0 additions & 5 deletions infrastructure/macos-playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
name: "{{ llvm_packages }}"
state: present

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

- name: Build Mull
include_tasks: helpers/build-mull.yaml

Expand Down
5 changes: 0 additions & 5 deletions infrastructure/ubuntu-playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
state: present
become: true

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

- name: Build Mull
include_tasks: helpers/build-mull.yaml

Expand Down

0 comments on commit 2e603a8

Please sign in to comment.