Skip to content

Commit

Permalink
DNM: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Spredzy committed Oct 8, 2018
1 parent 47139a0 commit bc437f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions playbooks/clean-static-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,13 @@
args:
chdir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}"
removes: "awx.egg-info"

- name: List current files
shell: ls -lR
args:
chdir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}"

- name: Display current version
shell: cat .git/HEAD && cat .git/COMMIT_EDITMSG
args:
chdir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}"

0 comments on commit bc437f2

Please sign in to comment.