Skip to content

Commit

Permalink
removed debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Jun 28, 2015
1 parent 07f82ba commit b691306
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions winslave/create/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,3 @@
win_file:
path: "{{ buildbot_slave_basedir }}\\restart.txt"
state: touch
register: restart_txt_result
notify:
- debug_restart
- debug_2
- debug_3

- name: debug_restart
debug:
var: restart_txt_result

- name: debug_2
debug:
msg: "{{ buildbot_slave_basedir }}\\restart.txt"

- name: debug_3
win_stat:
path: "{{ buildbot_slave_basedir }}\\restart.txt"
register: restart_txt_stat
notify:
- debug_4

- name: debug_4
debug:
var: restart_txt_stat

0 comments on commit b691306

Please sign in to comment.