Skip to content

Commit

Permalink
regroup auth parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ltamaster committed Oct 10, 2024
1 parent 064baec commit 44c297c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public AnsibleResourceModelSourceFactory(final Framework framework) {
builder.property(SSH_AUTH_TYPE_PROP);
builder.property(SSH_USER_PROP);
builder.property(SSH_PASSWORD_PROP);
builder.property(SSH_KEY_FILE_PROP);
builder.property(SSH_PASSWORD_STORAGE_PROP);
builder.property(SSH_KEY_FILE_PROP);
builder.property(SSH_KEY_STORAGE_PROP);

builder.property(SSH_TIMEOUT_PROP);
Expand Down

0 comments on commit 44c297c

Please sign in to comment.