Skip to content
Snippets Groups Projects
Commit 5cdd2fad authored by ale's avatar ale
Browse files

Fix YAML syntax error in chdir

parent 5a1b4e0c
Branches
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
- local_action: - local_action:
module: shell module: shell
_raw_params: git rev-parse HEAD _raw_params: git rev-parse HEAD
chdir: {{ playbook_dir }} chdir: "{{ playbook_dir }}"
register: git_revision_cmd register: git_revision_cmd
run_once: true run_once: true
become: false become: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment