Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 16, 2024
1 parent 4622ade commit b8a53bf
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 22 deletions.
3 changes: 1 addition & 2 deletions docs/ansible.eda.activation_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Examples
.. code-block:: yaml
- name: Get information about a rulebook activation
ansible.eda.activation_info:
name: "Example Rulebook Activation"
Expand Down Expand Up @@ -217,4 +217,3 @@ Collection links
* `Issue Tracker <https://github.com/ansible/event-driven-ansible/issues>`__
* `Homepage <http://ansible.com/event-driven>`__
* `Repository (Sources) <https://github.com/ansible/event-driven-ansible>`__
3 changes: 1 addition & 2 deletions docs/ansible.eda.activation_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ Examples

.. code-block:: yaml
- name: Create a rulebook activation
ansible.eda.activation:
name: "Example Rulebook Activation"
Expand Down Expand Up @@ -485,4 +485,3 @@ Collection links
* `Issue Tracker <https://github.com/ansible/event-driven-ansible/issues>`__
* `Homepage <http://ansible.com/event-driven>`__
* `Repository (Sources) <https://github.com/ansible/event-driven-ansible>`__

3 changes: 1 addition & 2 deletions docs/ansible.eda.controller_token_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Examples

.. code-block:: yaml
- name: Create AWX token
ansible.eda.controller_token:
controller_host: https://my_eda_host/
Expand Down Expand Up @@ -280,4 +280,3 @@ Collection links
* `Issue Tracker <https://github.com/ansible/event-driven-ansible/issues>`__
* `Homepage <http://ansible.com/event-driven>`__
* `Repository (Sources) <https://github.com/ansible/event-driven-ansible>`__

3 changes: 1 addition & 2 deletions docs/ansible.eda.credential_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Examples
.. code-block:: yaml
- name: Get information about a credential
ansible.eda.credential_info:
name: "Test"
Expand Down Expand Up @@ -217,4 +217,3 @@ Collection links
* `Issue Tracker <https://github.com/ansible/event-driven-ansible/issues>`__
* `Homepage <http://ansible.com/event-driven>`__
* `Repository (Sources) <https://github.com/ansible/event-driven-ansible>`__
3 changes: 1 addition & 2 deletions docs/ansible.eda.credential_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Examples

.. code-block:: yaml
- name: Create an EDA Credential
ansible.eda.credential:
name: "Example Credential"
Expand Down Expand Up @@ -310,4 +310,3 @@ Collection links
* `Issue Tracker <https://github.com/ansible/event-driven-ansible/issues>`__
* `Homepage <http://ansible.com/event-driven>`__
* `Repository (Sources) <https://github.com/ansible/event-driven-ansible>`__

3 changes: 1 addition & 2 deletions docs/ansible.eda.credential_type_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Examples
.. code-block:: yaml
- name: Get information about a credential type
ansible.eda.credential_type_info:
name: "Test"
Expand Down Expand Up @@ -217,4 +217,3 @@ Collection links
* `Issue Tracker <https://github.com/ansible/event-driven-ansible/issues>`__
* `Homepage <http://ansible.com/event-driven>`__
* `Repository (Sources) <https://github.com/ansible/event-driven-ansible>`__
3 changes: 1 addition & 2 deletions docs/ansible.eda.credential_type_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Examples

.. code-block:: yaml
- name: Create a credential type
ansible.eda.credential_type:
name: "Test"
Expand Down Expand Up @@ -300,4 +300,3 @@ Collection links
* `Issue Tracker <https://github.com/ansible/event-driven-ansible/issues>`__
* `Homepage <http://ansible.com/event-driven>`__
* `Repository (Sources) <https://github.com/ansible/event-driven-ansible>`__

3 changes: 1 addition & 2 deletions docs/ansible.eda.decision_environment_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Examples
.. code-block:: yaml
- name: List all EDA Decision Environments
ansible.eda.decision_environment_info:
controller_host: https://my_eda_host/
Expand Down Expand Up @@ -223,4 +223,3 @@ Collection links
* `Issue Tracker <https://github.com/ansible/event-driven-ansible/issues>`__
* `Homepage <http://ansible.com/event-driven>`__
* `Repository (Sources) <https://github.com/ansible/event-driven-ansible>`__
3 changes: 1 addition & 2 deletions docs/ansible.eda.decision_environment_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Examples

.. code-block:: yaml
- name: Create EDA Decision Environment
ansible.eda.decision_environment:
controller_host: https://my_eda_host/
Expand Down Expand Up @@ -310,4 +310,3 @@ Collection links
* `Issue Tracker <https://github.com/ansible/event-driven-ansible/issues>`__
* `Homepage <http://ansible.com/event-driven>`__
* `Repository (Sources) <https://github.com/ansible/event-driven-ansible>`__

3 changes: 1 addition & 2 deletions docs/ansible.eda.project_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Examples
.. code-block:: yaml
- name: List a particular project
ansible.eda.project_info:
controller_host: https://my_eda_host/
Expand Down Expand Up @@ -226,4 +226,3 @@ Collection links
* `Issue Tracker <https://github.com/ansible/event-driven-ansible/issues>`__
* `Homepage <http://ansible.com/event-driven>`__
* `Repository (Sources) <https://github.com/ansible/event-driven-ansible>`__
3 changes: 1 addition & 2 deletions docs/ansible.eda.project_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Examples

.. code-block:: yaml
- name: Create EDA Projects
ansible.eda.project:
controller_host: https://my_eda_host/
Expand Down Expand Up @@ -278,4 +278,3 @@ Collection links
* `Issue Tracker <https://github.com/ansible/event-driven-ansible/issues>`__
* `Homepage <http://ansible.com/event-driven>`__
* `Repository (Sources) <https://github.com/ansible/event-driven-ansible>`__

0 comments on commit b8a53bf

Please sign in to comment.