admin-users: new kitchen driver to test

By default, Docker doesn't have a proper SSH server,
so we can't test actions through systemd.
Those settings should be tested to see if they fix the issue.
This commit is contained in:
Jérémy Lecour 2017-04-20 11:09:16 +02:00 committed by Jérémy Lecour
parent a1466bfcdb
commit 129b0c48a1

View file

@ -3,6 +3,9 @@ driver:
name: docker
privileged: true
use_sudo: false
# provision_command:
# - /usr/bin/systemctl enable sshd
# run_command: /usr/sbin/init
provisioner:
name: ansible_playbook