Skip to content
Snippets Groups Projects
Commit bae9904d authored by nimrod's avatar nimrod
Browse files

- Install python-dev in Debian and Debian based OSes.

parent 8d9cf837
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,13 @@
- pelican_gitreceive_public_keys is iterable
- pelican_gitreceive_output is defined
- name: APT install prerequisites
apt:
name: python-dev
state: present
update_cache: yes
cache_valid_time: 3600
- name: pip install
with_items:
- pelican
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment