diff --git a/tests/test-install-barbican.yml b/tests/test-install-barbican.yml index 4026578..41e1b8c 100644 --- a/tests/test-install-barbican.yml +++ b/tests/test-install-barbican.yml @@ -35,6 +35,7 @@ state: "present" delegate_to: "{{ hostvars[groups['rabbitmq_all'][0]]['ansible_host'] }}" when: inventory_hostname == groups['barbican_all'][0] + no_log: true - name: Create DB for service mysql_db: login_user: "root" @@ -44,6 +45,7 @@ state: "present" delegate_to: "{{ hostvars[groups['galera_all'][0]]['ansible_host'] }}" when: inventory_hostname == groups['barbican_all'][0] + no_log: true - name: Grant access to the DB for the service mysql_user: login_user: "root" @@ -59,6 +61,7 @@ - "%" delegate_to: "{{ hostvars[groups['galera_all'][0]]['ansible_host'] }}" when: inventory_hostname == groups['barbican_all'][0] + no_log: true roles: - role: "os_barbican" vars_files: