Skip to content

Commit 0a69842

Browse files
committed
fix(ansible): avoid a deprecation warning
1 parent 7221253 commit 0a69842

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ansible.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
roles:
44
- ansible-compile-python
55
vars:
6-
- python_24: true
7-
- python_26: true
8-
- pillow: true
9-
- lxml: true
6+
python_24: true
7+
python_26: true
8+
pillow: true
9+
lxml: true

0 commit comments

Comments
 (0)