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 @@
- name: Install Python Components
pip:
name='{{ packages }}'
state='present'
name: '{{ packages }}'
state: present
vars:
packages:
- 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