Importer doesn't ignore hidden keys #2709
Unanswered
kevinreniers
asked this question in
Help needed
Replies: 1 comment 1 reply
-
I have a workaround by setting the hidden keys under the config:
.base: &base
remote_user: foo
# etc
hosts:
sv01:
<<: *base
remote_user: bar |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to upgrade from v6.6.0 to the latest beta(34) of Deployer and trying to use a hosts.yaml file as my inventory. It seems that the Importer isn't ignoring hidden keys anymore.
Gives me this error:
In v6.6.0, the inventory function of the FileLoader class would skip these hidden keys.
Is there any way to work around this and could this be promoted to a bug report if it's an unintended change?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions