Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Update Installation guides to install community.general collection #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ClausHolbechArista
Copy link
Contributor

arista.avd is no longer requiring this collection, so it will not be installed automatically.
Since this demo use callbacks contained in the community.general collection, it should be installed.

@@ -79,6 +79,7 @@ $ make install
# Manual installation
$ ansible-galaxy collection install arista.avd:==2.0.0
$ ansible-galaxy collection install arista.cvp:==2.1.2
$ ansible-galaxy collection install community.general
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this collection? Any reason?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this repo it is needed for the callback defined in the playbook.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can simply remove the stdout yaml from the ansible.cfg, instead of adding it here to install. Let me know if this collection is adding any value? (Because I don't see any difference with out yaml output)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants