Skip to content

Commit 9e080aa

Browse files
Update docs/getting-started/building-collection.md
Co-authored-by: Cristiano Nicolai <570894+cristianonicolai@users.noreply.github.com>
1 parent ac2ee96 commit 9e080aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/building-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ ansible-galaxy collection list
5050

5151
- 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.
5252

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.
5454

5555
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.
5656

0 commit comments

Comments
 (0)