Skip to content

Commit

Permalink
Add auth for keyspace creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmeister committed Oct 11, 2024
1 parent fafb7de commit 64a4f70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/targets/cassandra_table/tasks/284.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
cassandra_keyspace:
name: consistency
state: present
login_user: "{{ cassandra_admin_user }}"
login_password: "{{ cassandra_admin_pwd }}"

- name: Create a test keyspace - LOCAL_ONE consistency
community.cassandra.cassandra_table:
Expand Down

0 comments on commit 64a4f70

Please sign in to comment.