[root@localhost /]# ansible localhost -m ansible.builtin.group -a"state=present name=deploy"
[WARNING]: No inventory was parsed, only implicit localhost is available
localhost | CHANGED => {
"changed": true,
"gid": 1001,
"name": "deploy",
"state": "present",
"system": false
}
[root@localhost /]# more /etc/group | grep deploy
deploy❌1001:
Top comments (0)