Add newline at end of 0_apt_dependencies.yml in CodiMD role
This commit is contained in:
parent
1a4e41d318
commit
563d9658ed
1 changed files with 2 additions and 1 deletions
|
@ -28,4 +28,5 @@
|
||||||
register: apt_result
|
register: apt_result
|
||||||
retries: 3
|
retries: 3
|
||||||
until: apt_result is succeeded
|
until: apt_result is succeeded
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue