plugins (become, callback, filter): style adjustments (#9535)

* plugins (become, callback, filter, inventory): style adjustments

* remove inventory plugins from PR

* adjustments from review

* typo
This commit is contained in:
Alexei Znamensky
2025-01-07 18:33:28 +13:00
committed by GitHub
parent 8cef0ee551
commit 3af793c2c1
22 changed files with 696 additions and 699 deletions

View File

@@ -29,7 +29,7 @@ ansible_config: |
stdout_callback = community.general.default_without_diff
# Enable callback with environment variables:
environment_variable: |
environment_variable: |-
ANSIBLE_STDOUT_CALLBACK=community.general.default_without_diff
"""