Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Aug 31, 2023
1 parent 0a90ceb commit c071a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tasks file
---
- name: install dependencies # noqa package-latest
- name: install dependencies
ansible.builtin.apt:
name: "{{ virtualenv_dependencies }}"
state: "{{ apt_install_state | default('latest') }}"
Expand All @@ -12,7 +12,7 @@
- virtualenv-install
- virtualenv-install-dependencies

- name: install
- name: install # noqa package-latest
ansible.builtin.pip:
name: "{{ virtualenv_pip_dependencies }}"
state: latest
Expand Down

0 comments on commit c071a32

Please sign in to comment.