Skip to content

Commit 97a5120

Browse files
author
Kroner
committed
fix3 pipeline & ansible/roles/app
1 parent 3291a48 commit 97a5120

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,7 @@ jobs:
8686

8787
- name: Starting ansible
8888
run: |
89+
echo ./
90+
ls ./
8991
cd ansible/
90-
ansible-playbook playbook.yaml
92+
ansible-playbook playbook.yaml -vvv

ansible/roles/app/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
register: repo_exists
66

77
- name: Check app_dir
8-
run: echo {{ app_dir }}
8+
command: echo {{ app_dir }}
99

1010
- name: Clone or update repo
1111
git:

0 commit comments

Comments
 (0)