different way to exclude packages
This commit is contained in:
parent
9615155a2f
commit
12bc78f745
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ discover:
|
|||
prepare:
|
||||
- name: install
|
||||
how: install
|
||||
exclude: '*'
|
||||
exclude:
|
||||
- '.*'
|
||||
- name: repolist
|
||||
how: shell
|
||||
script: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue