Skip to content
Snippets Groups Projects
Commit de72f348 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting [skip-ci]

parent 52a220ed
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
- name: Install Python Components - name: Install Python Components
pip: pip:
name='{{ packages }}' name: '{{ packages }}'
state='present' state: present
vars: vars:
packages: packages:
- psycopg2 - psycopg2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment