Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pchaigno committed Jan 23, 2016
1 parent 3c10fa1 commit d94eb76
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tasks/section_13_level1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,11 @@
- section13.18

- name: 13.18 Check for Presence of User .netrc Files (Scored)
file: >
path='{{ item }}'
state=absent
when: item is defined and item.stat.exists == True
#file: >
# path='{{ item }}'
# state=absent
#when: item is defined and item.stat.exists == True
debug: msg="{{netrc_files}}\n---\n{{netrc_files.results}}"
with_items: netrc_files.results
tags:
- section13
Expand Down

0 comments on commit d94eb76

Please sign in to comment.