Fix typos, improve markup, improve scenario guide (#699)

* Fix typos.

* Improve markup.

* Mention missing 'new' modules in scenario guide.
This commit is contained in:
Felix Fontein
2023-10-29 08:30:24 +01:00
committed by GitHub
parent fbc2750b6a
commit 1c66f880ee
12 changed files with 72 additions and 60 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from ansible_collections.community.docker.plugins.module_utils._scramble import
class ActionModule(ActionBase):
# Set to True when transfering files to the remote
# Set to True when transferring files to the remote
TRANSFERS_FILES = False
def run(self, tmp=None, task_vars=None):