distributions {
main {
contents {
// This takes the RPM built by Nebula and puts it in the TAR
from(tasks.named('buildRpm'))
// This includes your ansible folder (playbooks/roles)
from('ansible') {
into('ansible')
}
}
}
}
// Ensure distTar runs whenever you build/publish
publish.dependsOn distTar
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)