vmware / ansible-vsphere-gos-validation

Guest OS validation test set for vSphere using Ansible
Other
41 stars 30 forks source link

[Linux] Enable cloud-init services after modifying configs for cloud-init GOSC #613

Closed keirazhang closed 3 months ago

keirazhang commented 4 months ago

Stop and enable services might cause failures on Ubuntu OS. This fix is to separate service operations for enabling cloud-init GOSC. Firstly, stop cloud-init services, then modify cloud-init configs, and after that enable cloud-init services.

keirazhang commented 3 months ago

@Tomorrow9 @123lzxm any new comments about this PR?