Merge "doc: Fix the snippet in "The Script Validator" section"

This commit is contained in:
Zuul 2018-12-12 18:44:35 +00:00 committed by Gerrit Code Review
commit 9f09f19082
1 changed files with 2 additions and 2 deletions

View File

@ -186,8 +186,8 @@ as well:
output: OUTPUT_VAR
- script:
store_nfs_version: # Because inline is set, this is just a friendly name
- inline: rpm -q nfs-utils # Runs this text directly, rather than reading a file
- output: nfs-version # Places the stdout of this script into an argument
inline: rpm -q nfs-utils # Runs this text directly, rather than reading a file
output: nfs-version # Places the stdout of this script into an argument
# for future scripts to consume; if none exists, the
# argument is created