mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Correct typo
This commit is contained in:
@@ -105,7 +105,7 @@
|
|||||||
|
|
||||||
- name: check for trunk
|
- name: check for trunk
|
||||||
stat: path={{ output_dir }}/svn-export/trunk
|
stat: path={{ output_dir }}/svn-export/trunk
|
||||||
register: expoort_trunk
|
register: export_trunk
|
||||||
|
|
||||||
- name: check for branches
|
- name: check for branches
|
||||||
stat: path={{ output_dir }}/svn-export/branches
|
stat: path={{ output_dir }}/svn-export/branches
|
||||||
|
|||||||
Reference in New Issue
Block a user