Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/metron/pull/866#discussion_r156737918
--- Diff: metron-deployment/playbooks/metron_install.yml ---
@@ -15,13 +15,6 @@
# limitations under the License.
#
---
-- hosts: metron
- become: true
- roles:
- - { role: ambari_slave }
- - { role: metron-builder, tags: ['build'] }
--- End diff --
Will --ansible-skip-tags="build" still keep it from building at all?---
