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:
parent
ab6b4b0237
commit
5cb68947b4
1 changed files with 1 additions and 1 deletions
|
@ -68,10 +68,10 @@ platforms:
|
||||||
- name: ubuntu-14.04
|
- name: ubuntu-14.04
|
||||||
driver:
|
driver:
|
||||||
image: diodonfrost/ubuntu-14.04-ansible
|
image: diodonfrost/ubuntu-14.04-ansible
|
||||||
provision_command: apt-get install -y init
|
|
||||||
platform: ubuntu
|
platform: ubuntu
|
||||||
run_command: /sbin/init
|
run_command: /sbin/init
|
||||||
provision_command:
|
provision_command:
|
||||||
|
- apt-get install -y init
|
||||||
- sed -i 's/UsePAM yes/UsePAM no/g' /etc/ssh/sshd_config
|
- sed -i 's/UsePAM yes/UsePAM no/g' /etc/ssh/sshd_config
|
||||||
|
|
||||||
# Debian
|
# Debian
|
||||||
|
|
Loading…
Reference in a new issue