Skip to content

Commit

Permalink
Updated command usage in README (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Nov 30, 2023
1 parent d198b3e commit 18835d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Giltfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ repositories:
args: /tmp/post-command-1
- cmd: touch
args: /tmp/post-command-2
- cmd: ls
args:
- -altr
- /tmp
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ repositories:
- src: tests
dstDir: tests
commands:
- cmd: ansible-playbook -i, playbook.yml
- cmd: ansible-playbook
args:
- -i,
- playbook.yml
```

### Env Vars
Expand Down

0 comments on commit 18835d5

Please sign in to comment.