Browse Source

Include scripts and conf files in the ansible collection (#11707)

We use shell scripts and conf files in some roles (notably, certificates
provisioning), so we need to include them in order for the collection to
work when using the configurations depending on those roles.
pull/11714/head
Max Gautier 1 week ago
committed by GitHub
parent
commit
c4b53ff01a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. 1
      galaxy.yml

1
galaxy.yml

@ -22,3 +22,4 @@ dependencies:
manifest:
directives:
- recursive-exclude tests **
- recursive-include roles **/files/*
Loading…
Cancel
Save