Files @ da53a3aa5208
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/bootstrap.yml - annotation

branko
MAR-218: Fix the test run logic in test runner script:

- Linter tests should _always_ be run.
- Test report files should be appended to when using tee.
- Get rid of excess molecule destroy (probably not required any
longer). This will reduce the output and speed up things a little
bit.
1
2
3
4
5
6
7
---

- name: Bootstrap servers for Ansible use
  hosts: testsite
  remote_user: root
  roles:
    - bootstrap