Skip to content

Commit b522846

Browse files
committed
correct typo
1 parent e176e6e commit b522846

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/roles/git_repo/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
- name: Display Git Repo Name
33
debug:
4-
msg: "applicate Installed: {{ app_name }}, branch : {{ git_branch }} "
4+
msg: "application Installed: {{ app_name }}, branch : {{ git_branch }} "
55

6-
- name: create {{ app_name }} repository dir
6+
- name: create repository dir
77
sudo: yes
88
file:
99
path=/opt/runnable/{{ app_name }}

0 commit comments

Comments
 (0)