2 password_info
m edited this page 2023-02-04 14:45:57 +00:00

markuman.nextcloud.password_info

parameter notes
name the name of the password
cse_password password for end to end encryption (E2EE)
- name: look for one password
  markuman.nextcloud.password_info:
    name: ansible-test-01
  register: out

- name: fetch all passwords
  markuman.nextcloud.password_info:
  register: out