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
ce77cf5d93
commit
b3b2428a7b
1 changed files with 9 additions and 1 deletions
|
@ -24,7 +24,15 @@
|
|||
register: env_content
|
||||
failed_when: False
|
||||
delegate_to: 127.0.0.1
|
||||
|
||||
|
||||
- name: Create credentials Folder
|
||||
file:
|
||||
path: /credentials
|
||||
state: directory
|
||||
- name: Create credentials Folder2
|
||||
file:
|
||||
path: /credentials
|
||||
state: directory
|
||||
roles:
|
||||
- { role: role_common, tags: "role_common" }
|
||||
- { role: role_cloud, tags: "role_cloud" }
|
||||
|
|
Loading…
Reference in a new issue