Hi, 

I am newbie and this is my first time to write Ansible script in my 
project. Currently I am using snow_record_find module to search or retrieve 
record from SNOW however I got error mentioned "Failed to find record: 
Expected value of type `str` or `list`... ". Have done do some research 
about this error but don't have any luck for now as the module seems still 
new and lacking of example and discussion.

Here is my yml file:

- hosts: localhost
  name: Test Connection SNOW
  gather_facts: false

  tasks:
    - name: find snow records from job trigger test table
      snow_record_find: 
        username: *****
        password: *********
        instance: dev*****
        table: u_job_trigger_test
        max_records: 1
        query: 
          equals: 
            u_runbook_name: "which_one"
        return_fields:
          - sys_id

Could anyone advise me on what is wrong? 

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/d474baba-683d-42fc-adba-bd1b8e31f817%40googlegroups.com.

Reply via email to