diff --git a/resources/transport_rsync/1.0.0/meta.yaml b/resources/transport_rsync/1.0.0/meta.yaml index 4a10996..c9d70bf 100644 --- a/resources/transport_rsync/1.0.0/meta.yaml +++ b/resources/transport_rsync/1.0.0/meta.yaml @@ -1,6 +1,9 @@ input: key: - schema: str! + schema: str + value: + password: + schema: str value: user: schema: str! diff --git a/resources/transport_ssh/1.0.0/meta.yaml b/resources/transport_ssh/1.0.0/meta.yaml index 299e749..4273ed8 100644 --- a/resources/transport_ssh/1.0.0/meta.yaml +++ b/resources/transport_ssh/1.0.0/meta.yaml @@ -1,6 +1,9 @@ input: ssh_key: - schema: str! + schema: str + value: + ssh_password: + schema: str value: ssh_user: schema: str!