1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ntp.git synced 2024-08-16 12:59:49 +02:00

remove duplicate provision_command in kitchen-ci

This commit is contained in:
diodonfrost 2019-01-31 10:38:56 +01:00
parent ab6b4b0237
commit 5cb68947b4

View file

@ -68,10 +68,10 @@ platforms:
- name: ubuntu-14.04
driver:
image: diodonfrost/ubuntu-14.04-ansible
provision_command: apt-get install -y init
platform: ubuntu
run_command: /sbin/init
provision_command:
- apt-get install -y init
- sed -i 's/UsePAM yes/UsePAM no/g' /etc/ssh/sshd_config
# Debian