Skip to content

Commit

Permalink
fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alf-cactus committed Jun 16, 2023
1 parent 59f449b commit a9e83ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/test/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
sample_checkpoint_name: "{{ test_checkpoint_name }}"
sample_config_user: fworchtest
sample_config_user_home: "/home/{{ sample_config_user }}"
when: "'sampleserver' in group_names and conduct_test|bool"
when: "'sampleserver' in group_names"

- name: include test auth data
include_role:
Expand All @@ -52,7 +52,7 @@
sample_role_purpose: test
sample_user1_pw: "{{ test_user1_pw }}"
sample_user2_pw: "{{ test_user2_pw }}"
when: "'middlewareserver' in group_names and conduct_test|bool"
when: "'middlewareserver' in group_names"

- name: database testing
import_tasks: test-database.yml
Expand Down

0 comments on commit a9e83ea

Please sign in to comment.