use single quotes

This commit is contained in:
Sergey Bubnov 2018-11-06 17:47:36 +04:00
parent ca37dcc7dc
commit 72ec2e8c6d

View File

@ -3,4 +3,4 @@
raw: /usr/bin/apt-get update
- name: install python distutils
raw: /usr/bin/apt-get install -qy python2.7(distutils)
raw: '/usr/bin/apt-get install -qy python2.7(distutils)'