Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
markuman committed Aug 30, 2020
1 parent f74f84b commit d3e457c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The collection modules and plugins require the following parameter (the paramete
mode: get
src: anythingeverything.jpg
dest: /tmp/anythingeverything.jpg
overwritten: different # 'always' is the default. 'never' is an option too.
host: nextcloud.tld
user: myuser
api_token: xxx
Expand All @@ -66,6 +67,16 @@ CAUTION ⚠ removes files and folders - recursive!
src: bla.docx
```
**mode: put**
```yml
- name: upload file on nextcloud
markuman.nextcloud.file:
mode: put
src: /tmp/testtt.jpg
dest: testtt.jpg
```
### SCM
| **host** | **category** |
Expand Down

0 comments on commit d3e457c

Please sign in to comment.