thirdparty-ops icon indicating copy to clipboard operation
thirdparty-ops copied to clipboard

Check ansible_user variable

Open checkme5 opened this issue 5 years ago • 0 comments

  • name: Check ansible_user variable fail: msg="ansible_user == 'root' is not supported, please ssh via normal user" when: ansible_user == 'root'

请问为什么要判断ansible_user不能是root?

checkme5 avatar Jun 04 '20 08:06 checkme5