Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohan Yadav committed Sep 11, 2019
1 parent b539d02 commit 0988483
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Followiing things includes in this role:

```yaml
- hosts: localhost
remote_user: ubuntu
remote_user: root
become: true
roles:
- clouddrove.ansible_role_slack_ssh_notifier
Expand Down
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ description: |-
usage: |-
```yaml
- hosts: localhost
remote_user: ubuntu
remote_user: root
become: true
roles:
- clouddrove.ansible_role_slack_ssh_notifier
Expand Down
2 changes: 1 addition & 1 deletion templates/config/ssh_alert.sh.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

#Please add Chaneel Name and Webhook URL of slack here to send Slack Notification
# Add Chaneel Name and Webhook URL of slack here to send Slack Notification
channel="{{ channel }}"
webhook_url="{{ webhook_url }}"

Expand Down

0 comments on commit 0988483

Please sign in to comment.