Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ambaum2 committed Aug 25, 2014
1 parent 68f71f0 commit 26dee43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drupal-nginx/roles/drupal/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@

- name: output name test 3
shell: find . -name 'aaomembers*' -exec sh -c "cat {} > {}.stdout" \;

- name: output name test 4
shell: ls | grep "aaomembers*"

- name: echo my_new var
shell: echo {{ my_new_var }}
Expand Down

0 comments on commit 26dee43

Please sign in to comment.