We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e176e6e commit b522846Copy full SHA for b522846
1 file changed
ansible/roles/git_repo/tasks/main.yml
@@ -1,9 +1,9 @@
1
---
2
- name: Display Git Repo Name
3
debug:
4
- msg: "applicate Installed: {{ app_name }}, branch : {{ git_branch }} "
+ msg: "application Installed: {{ app_name }}, branch : {{ git_branch }} "
5
6
-- name: create {{ app_name }} repository dir
+- name: create repository dir
7
sudo: yes
8
file:
9
path=/opt/runnable/{{ app_name }}
0 commit comments