diff --git a/plugins/modules/ipaservice.py b/plugins/modules/ipaservice.py index 157aee375f7498a5f09a49a3b092c748958bb2f3..5b668abe2bfa40c4da345cd6e7121a4629036baa 100644 --- a/plugins/modules/ipaservice.py +++ b/plugins/modules/ipaservice.py @@ -142,7 +142,7 @@ options: state: description: State to ensure default: present - choices: ["present", "absent", "enabled", "disabled"] + choices: ["present", "absent", "disabled"] author: - Rafael Jeffman """ @@ -365,8 +365,7 @@ def init_ansible_module(): choices=["member", "service"]), # state state=dict(type="str", default="present", - choices=["present", "absent", - "enabled", "disabled"]), + choices=["present", "absent", "disabled"]), ), supports_check_mode=True, )