change yunionroot => cloudroot

This commit is contained in:
Qiu Jian
2018-11-17 12:54:56 +08:00
parent 2aa68a1692
commit c62424aa2c

View File

@@ -1,5 +1,5 @@
package ansible
const (
PUBLIC_CLOUD_ANSIBLE_USER = "yunionroot"
PUBLIC_CLOUD_ANSIBLE_USER = "cloudroot"
)