Skip to content

Commit 80d453a

Browse files
author
Anton Ustyuzhanin
committed
Change boolean values
1 parent 3048fb5 commit 80d453a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

molecule/default/molecule.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ platforms:
1111
- name: ubuntu-trusty
1212
image: ubuntu-upstart
1313
command: /sbin/init
14-
privileged: 'true'
14+
privileged: True
1515
links:
1616
- "openldap:openldap"
1717
- name: ubuntu-xenial
1818
image: solita/ubuntu-systemd
1919
command: /sbin/init
20-
privileged: 'true'
20+
privileged: True
2121
capabilities:
2222
- SYS_ADMIN
2323
volumes:
@@ -27,7 +27,7 @@ platforms:
2727
- name: centos-7
2828
image: centos/systemd
2929
command: /usr/sbin/init
30-
privileged: 'true'
30+
privileged: True
3131
volumes:
3232
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3333
capabilities:

0 commit comments

Comments
 (0)