Skip to content

Commit

Permalink
WIP: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nre-ableton committed Feb 15, 2024
1 parent 7f30ead commit d826731
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
Expand Up @@ -18,7 +18,7 @@
vars:
ansible_become: false
run_once: true
when: virtualenv == ""
when: true

- name: Install netaddr dependency on controlling host (virtualenv)
ansible.builtin.pip:
Expand All @@ -29,7 +29,7 @@
vars:
ansible_become: false
run_once: true
when: virtualenv != ""
when: false

- name: Include checks/asserts
ansible.builtin.import_tasks:
Expand Down

0 comments on commit d826731

Please sign in to comment.