Skip to content

Commit

Permalink
Merge pull request #26 from michaelweiser/always-upgrade
Browse files Browse the repository at this point in the history
Install and upgrade Peekaboo using pip
  • Loading branch information
michaelweiser committed Dec 11, 2018
2 parents 72074cf + 30d3443 commit 0c42799
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions PeekabooAV-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@
- mysql
virtualenv: /opt/cuckoo
virtualenv_python: python2.7
- name: Install Peekaboo dependencies
pip:
chdir: PeekabooAV
requirements: requirements.txt
virtualenv: /opt/peekaboo
virtualenv_python: python2.7
- name: Install Peekaboo optional components
pip:
name:
Expand Down Expand Up @@ -200,13 +194,12 @@
become: true
tasks:
- name: Install Peekaboo
command: /opt/peekaboo/bin/python setup.py install
args:
pip:
chdir: PeekabooAV
creates: /opt/peekaboo/bin/peekaboo
# pip:
# name: peekabooav
# state: present
name: .
state: latest
virtualenv: /opt/peekaboo
virtualenv_python: python2.7

- name: Copy systemd unit files to /etc
copy:
Expand Down

0 comments on commit 0c42799

Please sign in to comment.