lib/bolt/inventory/group.rb in bolt-2.13.0 vs lib/bolt/inventory/group.rb in bolt-2.14.0
- old
+ new
@@ -14,10 +14,10 @@
# NOTE: All keys should have a corresponding schema property in schemas/bolt-inventory.schema.json
DATA_KEYS = %w[config facts vars features plugin_hooks].freeze
TARGET_KEYS = DATA_KEYS + %w[name alias uri]
GROUP_KEYS = DATA_KEYS + %w[name groups targets]
- CONFIG_KEYS = Bolt::Config::TRANSPORT_CONFIG.keys + ['transport']
+ CONFIG_KEYS = Bolt::Config::CONFIG_IN_INVENTORY.keys
def initialize(input, plugins)
@logger = Logging.logger[self]
@plugins = plugins