diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_affinity_groups.py b/lib/ansible/modules/cloud/ovirt/ovirt_affinity_groups.py index 667c6fe6201..8a1e45b2a42 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_affinity_groups.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_affinity_groups.py @@ -36,7 +36,7 @@ description: options: name: description: - - "Name of the the affinity group to manage." + - "Name of the affinity group to manage." required: true state: description: diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_affinity_labels.py b/lib/ansible/modules/cloud/ovirt/ovirt_affinity_labels.py index 480c2665e2f..4bd6a73fdd9 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_affinity_labels.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_affinity_labels.py @@ -36,7 +36,7 @@ description: options: name: description: - - "Name of the the affinity label to manage." + - "Name of the affinity label to manage." required: true state: description: diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_clusters.py b/lib/ansible/modules/cloud/ovirt/ovirt_clusters.py index 54f450278d5..91a7612c84a 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_clusters.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_clusters.py @@ -35,7 +35,7 @@ description: options: name: description: - - "Name of the the cluster to manage." + - "Name of the cluster to manage." required: true state: description: diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_datacenters.py b/lib/ansible/modules/cloud/ovirt/ovirt_datacenters.py index ae83fd42a3c..d4a41174f57 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_datacenters.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_datacenters.py @@ -35,7 +35,7 @@ description: options: name: description: - - "Name of the the data center to manage." + - "Name of the data center to manage." required: true state: description: diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_external_providers.py b/lib/ansible/modules/cloud/ovirt/ovirt_external_providers.py index f525cfc9410..7279d8b227b 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_external_providers.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_external_providers.py @@ -35,7 +35,7 @@ description: options: name: description: - - "Name of the the external provider to manage." + - "Name of the external provider to manage." state: description: - "Should the external be present or absent" diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_groups.py b/lib/ansible/modules/cloud/ovirt/ovirt_groups.py index a7df2002fd0..bef30b8f37a 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_groups.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_groups.py @@ -35,7 +35,7 @@ description: options: name: description: - - "Name of the the group to manage." + - "Name of the group to manage." required: true state: description: diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_host_networks.py b/lib/ansible/modules/cloud/ovirt/ovirt_host_networks.py index 95c473b969e..6fb961e72dc 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_host_networks.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_host_networks.py @@ -35,7 +35,7 @@ description: options: name: description: - - "Name of the the host to manage networks for." + - "Name of the host to manage networks for." required: true state: description: diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_host_pm.py b/lib/ansible/modules/cloud/ovirt/ovirt_host_pm.py index 9659e5f6c0d..a4e298f7de6 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_host_pm.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_host_pm.py @@ -35,7 +35,7 @@ description: options: name: description: - - "Name of the the host to manage." + - "Name of the host to manage." required: true aliases: ['host'] state: diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_hosts.py b/lib/ansible/modules/cloud/ovirt/ovirt_hosts.py index 5df01b26965..7e56e5ec301 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_hosts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_hosts.py @@ -35,7 +35,7 @@ description: options: name: description: - - "Name of the the host to manage." + - "Name of the host to manage." required: true state: description: diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_mac_pools.py b/lib/ansible/modules/cloud/ovirt/ovirt_mac_pools.py index 2672c2610a3..4938ab9c897 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_mac_pools.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_mac_pools.py @@ -35,7 +35,7 @@ description: options: name: description: - - "Name of the the MAC pool to manage." + - "Name of the MAC pool to manage." required: true description: description: diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_networks.py b/lib/ansible/modules/cloud/ovirt/ovirt_networks.py index 3eeee533e55..2315d2fb05e 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_networks.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_networks.py @@ -35,7 +35,7 @@ description: options: name: description: - - "Name of the the network to manage." + - "Name of the network to manage." required: true state: description: diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_permissions.py b/lib/ansible/modules/cloud/ovirt/ovirt_permissions.py index eae3915e0e9..dab631e09e3 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_permissions.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_permissions.py @@ -35,7 +35,7 @@ description: options: role: description: - - "Name of the the role to be assigned to user/group on specific object." + - "Name of the role to be assigned to user/group on specific object." default: UserRole state: description: @@ -69,13 +69,13 @@ options: ] user_name: description: - - "Username of the the user to manage. In most LDAPs it's I(uid) of the user, + - "Username of the user to manage. In most LDAPs it's I(uid) of the user, but in Active Directory you must specify I(UPN) of the user." - "Note that if user don't exist in the system this module will fail, you should ensure the user exists by using M(ovirt_users) module." group_name: description: - - "Name of the the group to manage." + - "Name of the group to manage." - "Note that if group don't exist in the system this module will fail, you should ensure the group exists by using M(ovirt_groups) module." authz_name: diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_permissions_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_permissions_facts.py index c552464d1b0..31ac08e70ac 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_permissions_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_permissions_facts.py @@ -38,10 +38,10 @@ notes: options: user_name: description: - - "Username of the the user to manage. In most LDAPs it's I(uid) of the user, but in Active Directory you must specify I(UPN) of the user." + - "Username of the user to manage. In most LDAPs it's I(uid) of the user, but in Active Directory you must specify I(UPN) of the user." group_name: description: - - "Name of the the group to manage." + - "Name of the group to manage." authz_name: description: - "Authorization provider of the user/group. In previous versions of oVirt/RHV known as domain." diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_quotas.py b/lib/ansible/modules/cloud/ovirt/ovirt_quotas.py index ac92f4e428e..ce3be524fa6 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_quotas.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_quotas.py @@ -35,7 +35,7 @@ description: options: name: description: - - "Name of the the quota to manage." + - "Name of the quota to manage." required: true state: description: @@ -48,7 +48,7 @@ options: required: true description: description: - - "Description of the the quota to manage." + - "Description of the quota to manage." cluster_threshold: description: - "Cluster threshold(soft limit) defined in percentage (0-100)." diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_storage_domains.py b/lib/ansible/modules/cloud/ovirt/ovirt_storage_domains.py index 5b0fdbafd69..222135b83d5 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_storage_domains.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_storage_domains.py @@ -35,7 +35,7 @@ description: options: name: description: - - "Name of the the storage domain to manage." + - "Name of the storage domain to manage." state: description: - "Should the storage domain be present/absent/maintenance/unattached" diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_tags.py b/lib/ansible/modules/cloud/ovirt/ovirt_tags.py index 0231a86b238..ac1d76a31f2 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_tags.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_tags.py @@ -36,7 +36,7 @@ description: options: name: description: - - "Name of the the tag to manage." + - "Name of the tag to manage." required: true state: description: @@ -45,7 +45,7 @@ options: default: present description: description: - - "Description of the the tag to manage." + - "Description of the tag to manage." parent: description: - "Name of the parent tag." diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_templates.py b/lib/ansible/modules/cloud/ovirt/ovirt_templates.py index c1f7833c203..aab17cdd831 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_templates.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_templates.py @@ -35,7 +35,7 @@ description: options: name: description: - - "Name of the the template to manage." + - "Name of the template to manage." required: true state: description: diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_users.py b/lib/ansible/modules/cloud/ovirt/ovirt_users.py index d983577f18e..162e36c94d6 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_users.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_users.py @@ -35,7 +35,7 @@ description: options: name: description: - - "Name of the the user to manage. In most LDAPs it's I(uid) of the user, but in Active Directory you must specify I(UPN) of the user." + - "Name of the user to manage. In most LDAPs it's I(uid) of the user, but in Active Directory you must specify I(UPN) of the user." required: true state: description: diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_vmpools.py b/lib/ansible/modules/cloud/ovirt/ovirt_vmpools.py index 529dff12607..2d249089492 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_vmpools.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_vmpools.py @@ -35,7 +35,7 @@ description: options: name: description: - - "Name of the the VM pool to manage." + - "Name of the VM pool to manage." required: true state: description: diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_vms.py b/lib/ansible/modules/cloud/ovirt/ovirt_vms.py index dbeafc6b2ee..f3e97734477 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_vms.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_vms.py @@ -36,11 +36,11 @@ description: options: name: description: - - "Name of the the Virtual Machine to manage. If VM don't exists C(name) is required. + - "Name of the Virtual Machine to manage. If VM don't exists C(name) is required. Otherwise C(id) or C(name) can be used." id: description: - - "ID of the the Virtual Machine to manage." + - "ID of the Virtual Machine to manage." state: description: - "Should the Virtual Machine be running/stopped/present/absent/suspended/next_run."