Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ steps {
skippedTags(String tags)
startAtTask(String task)
credentialsId(String id)
vaultCredentialsId(String id)
become(boolean become = true)
becomeUser(String user = 'root')
sudo(boolean sudo = true)
Expand All @@ -50,6 +51,7 @@ steps {
inventoryPath(String path)
inventoryContent(String content, boolean dynamic = false)
credentialsId(String id)
vaultCredentialsId(String id)
hostPattern(String pattern)
become(boolean become = true)
becomeUser(String user = 'root')
Expand Down