Several AMP files are downloaded and applied during playbook execution, these are defined in a variable which is either in the group_vars/all.yml file, or an -extra-vars.yml file (in case of an older Content Services version). For that reason there is a common way to override this variable. If you want to change the list of AMPs you’ll need to directly change the variable from the file where it is defined.
- Open group_vars/all.yml or the x.y.N-extra-vars.yml file and amend amp_downloads variable definition.
- In the group_vars/all.yml file, add any additional AMPs you want to apply to the amp_downloads variable as well, paying close attention to the dest property. If it’s a repository AMP, use the amps_repo folder, if it’s a Share AMP, use the amps_share folder.
- Save the file and run the playbook as normal.
Note: This mechanism will be improved in a future release.