diff --git a/.changelog.yml b/.changelog.yml deleted file mode 100644 index 6fe8cdc..0000000 --- a/.changelog.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -file_name: CHANGELOG.md -excluded_labels: - - attention-needed -sections: - added: - - feature - - enhancement - - dependencies - changed: - - maintenance - - backwards-incompatible - fixed: - - bug - - bugfix - - documentation -skip_entries_without_label: false -show_unreleased: true -check_for_updates: true -logger: spinner diff --git a/tasks/provision_service.rb b/tasks/provision_service.rb index bd5c099..b0dc8fb 100755 --- a/tasks/provision_service.rb +++ b/tasks/provision_service.rb @@ -169,6 +169,7 @@ def self.run params = JSON.parse($stdin.read) params.transform_keys!(&:to_sym) action, node_name, platform, vars, retry_attempts, inventory_location = params.values_at(:action, :node_name, :platform, :vars, :retry_attempts, :inventory) + inventory_location = sanitise_inventory_location(inventory_location) runner = new begin