Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Change win task
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Mar 26, 2019
1 parent 7e256d7 commit 571da2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/files/test_cont_dist.radl
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ configure win (
@begin
---
- tasks:
- win_get_url: url=http://mafft.cbrc.jp/alignment/software/mafft-7.157-with-extensions-src.tgz dest=c:\Users\winuser\mafft-7.157-with-extensions-src.tgz

- name: Touch a file (creates if not present, updates modification time if present)
win_file:
path: C:\foo.conf
state: touch
@end
)

Expand Down

0 comments on commit 571da2c

Please sign in to comment.