Skip to content

Commit

Permalink
doc and examples formating fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 30, 2022
1 parent fb32555 commit a1a7860
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions plugins/modules/organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
required: false
type: str
choices:
- 'redhat_cdn'
- 'network_sync'
- 'export_sync'
- redhat_cdn
- network_sync
- export_sync
upstream_url:
description:
- URL of the upstream resource
- Required when I(upstream_type) is 'redhat_cdn' or 'network_sync'
- Required when I(upstream_type) is C(redhat_cdn) or C(network_sync)
required: false
type: str
upstream_ca_cert:
Expand All @@ -70,31 +70,31 @@
upstream_username:
description:
- Username to authenticate to the upstream Foreman server
- Required when I(upstream_type) is 'network_sync'
- Required when I(upstream_type) is C(network_sync)
required: false
type: str
upstream_password:
description:
- Password to authenticate to the upstream Foreman server
- Required when I(upstream_type) is 'network_sync'
- Required when I(upstream_type) is C(network_sync)
required: false
type: str
upstream_organization:
description:
- Organization in the upstream Foreman server to synchronize
- Required when I(upstream_type) is 'network_sync'
- Required when I(upstream_type) is C(network_sync)
required: false
type: str
upstream_content_view:
description:
- Content View in the upstream Foreman server to synchronize
- Required when I(upstream_type) is 'network_sync'
- Required when I(upstream_type) is C(network_sync)
required: false
type: str
upstream_lifecycle_environment:
description:
- Lifecycle Environment in the upstream Foreman server to synchronize
- Required when I(upstream_type) is 'network_sync'
- Required when I(upstream_type) is C(network_sync)
required: false
type: str
extends_documentation_fragment:
Expand All @@ -112,7 +112,7 @@
name: "My Cool New Organization"
state: present
- name: "Configure Red Hat CDN on a different URL'
- name: "Configure Red Hat CDN on a different URL"
theforeman.foreman.organization:
username: "admin"
password: "changeme"
Expand Down

0 comments on commit a1a7860

Please sign in to comment.