/opt/resource/lib/commands/out.rb:82:in `configure_ansible!': undefined method `exists?' for File:Class (NoMethodError)
if File.exists? ansible_cfg_path
^^^^^^^^
Did you mean? exist?
from /opt/resource/lib/commands/out.rb:195:in `run!'
from /opt/resource/lib/commands/out.rb:208:in `<main>'
According to this StackOverflow answer it looks like Ruby 3.2.0 removes some deprecated aliases that need to be updated in this resource (or have a specific Ruby version pinned)
According to this StackOverflow answer it looks like Ruby 3.2.0 removes some deprecated aliases that need to be updated in this resource (or have a specific Ruby version pinned)