mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-12-25 01:50:18 +01:00
Check role link exists before attempting to create it
This commit is contained in:
parent
62c69684e3
commit
8b261657a5
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -22,7 +22,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||||
# end
|
# end
|
||||||
|
|
||||||
config.vm.provision "shell", inline: <<-SHELL
|
config.vm.provision "shell", inline: <<-SHELL
|
||||||
ln -s /vagrant /vagrant/tests/roles/ansible-sshd || true
|
test -e /vagrant/tests/roles/ansible-sshd || ln -s /vagrant /vagrant/tests/roles/ansible-sshd
|
||||||
SHELL
|
SHELL
|
||||||
|
|
||||||
config.vm.provision "ansible_local" do |ansible|
|
config.vm.provision "ansible_local" do |ansible|
|
||||||
|
|
Loading…
Reference in a new issue