Advertisement
Guest User

Untitled

a guest
May 6th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. {% set build = salt['cmd.run_stdout']('aws s3 ls s3://path/ | sort | tail -n 1 | grep -o company-.*')
  2.  
  3.  
  4. ===== OUTPUT
  5.  
  6. [ERROR ] Command 'aws s3 ls s3://path/ | sort | tail -n 1 | grep -o company-.*' failed with return code: 255
  7. [ERROR ] stderr:
  8. Unknown options: |,sort,|,tail,-n,1,|,grep,-o,company-.*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement