1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #-: Remove nonexistent inventory (#652)

This commit is contained in:
Jan Orel 2021-01-15 14:36:35 +01:00 committed by GitHub
parent 59c78b4e78
commit 12197acf0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,6 @@ module OneProvision
cmd = "ANSIBLE_CONFIG=#{ansible_dir}/ansible.cfg "
cmd << "ansible-playbook #{ANSIBLE_ARGS}"
cmd << " -i #{ansible_dir}/inventory"
cmd << " -i #{ANSIBLE_LOCATION}/inventories/#{i}"
cmd << " -e @#{ansible_dir}/group_vars.yml"
cmd << " #{ANSIBLE_LOCATION}/#{i}.yml"