mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-11 17:00:41 +00:00
Update application.yml
This commit is contained in:
parent
76f351bfbf
commit
d17f55c140
1 changed files with 3 additions and 2 deletions
|
@ -27,8 +27,9 @@
|
|||
delegate_to: 127.0.0.1
|
||||
|
||||
- name: copy test
|
||||
copy: src=/data/mcloud dest=/tmp
|
||||
|
||||
copy: src=/data/mcloud2 dest=/tmp
|
||||
delegate_to: 127.0.0.1
|
||||
|
||||
roles:
|
||||
- { role: role_common, tags: "role_common" }
|
||||
- { role: role_cloud, tags: "role_cloud" }
|
||||
|
|
Loading…
Reference in a new issue