You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/building-collection.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ $ ansible-galaxy collection list
50
50
51
51
- Navigate to the collection directory and navigate to `plugins/modules/`. Create a [module-name].py file and add documentation, examples and logic to the module.
52
52
53
-
- Because you installed using pip4a, you can change module code dynamically and observe the effects during playbook execution.
53
+
- Because you installed using ADE, you can change module code dynamically and observe the effects during playbook execution.
54
54
55
55
NOTE: For more information about module development, refer to the [Developing modules](https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html) section of the Ansible Developer Guide.
0 commit comments