Skip to content

Commit 39884fc

Browse files
author
Anandkumar Patel
committed
hotfix deploy
1 parent 790c19e commit 39884fc

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

ansible/roles/notify/tasks/main.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@
66
register: local_username
77
delegate_to: 127.0.0.1
88

9-
- name: get the username running the deploy
10-
tags:
11-
- always
12-
local_action: command git status -uno
13-
register: branch
14-
delegate_to: 127.0.0.1
15-
16-
- name: print number of contaienrs
17-
tags:
18-
- always
19-
debug:
20-
msg: "{{ branch | match("Already up-to-date")}}"
21-
229
- name: send start message
2310
run_once: yes
2411
changed_when: True

0 commit comments

Comments
 (0)