Skip to content

Commit

Permalink
fix: unindent delegate_to in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mamullen13316 committed Dec 16, 2024
1 parent be827cc commit 24ea484
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/modules/sfos_device_access_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
name: ReadOnlyAll
default_permission: Read-Only
state: present
delegate_to: localhost
delegate_to: localhost
- name: CREATE A WIRELESS ADMIN PROFILE
sophos.sophos_firewall.sfos_device_access_profile:
Expand All @@ -330,7 +330,7 @@
wireless_protection_access_point: Read-Write
wireless_protection_mesh: Read-Write
state: present
delegate_to: localhost
delegate_to: localhost
- name: UPDATE PROFILE PERMISSIONS
sophos.sophos_firewall.sfos_device_access_profile:
Expand All @@ -346,7 +346,7 @@
log_viewer: Read-Write
reports_access: Read-Write
state: updated
delegate_to: localhost
delegate_to: localhost
- name: RETRIEVE PROFILE
sophos.sophos_firewall.sfos_device_access_profile:
Expand All @@ -357,7 +357,7 @@
verify: false
name: ExampleProfile
state: query
delegate_to: localhost
delegate_to: localhost
- name: DELETE PROFILE
sophos.sophos_firewall.sfos_device_access_profile:
Expand All @@ -368,7 +368,7 @@
verify: false
name: ExampleProfile
state: absent
delegate_to: localhost
delegate_to: localhost
"""

RETURN = r"""
Expand Down

0 comments on commit 24ea484

Please sign in to comment.