I'm sorry I don't know if I got your point, nevertheless let me break down 
my situation: 

I already have DB structure where those a lot of tables were created with 
German UMLAUT öäüÜÖÄ.

>From time to time I have to run some scripts to maintain these tables, I'd 
like to automate this script execution so I created the following task:


- name: Run script
  mssql_db:
    name: "{{ DB_NAME }}"
    login_host: "{{ DB_HOST }}"
    login_user: "{{ DB_USER }}"
    login_password: "{{ DB_PASS }}"
    state: import
    target: "{{ SCRIPT_PATH }}"

The step before that is SVN Checkout, as you can see I'm running a script 
in the import state, how should I change my script, that's the point that I 
could not understand.

Thanks in advance for your support.

KR,
Rafael

Em quarta-feira, 29 de abril de 2020 16:04:42 UTC-3, Kai Stian Olstad 
escreveu:
>
> On Wed, Apr 29, 2020 at 08:53:35AM -0700, Rafael Oliveira wrote: 
> > If possible, how can I set the charset parameter to mssql_db module? 
>
> I guess you could but the create table statement in a file and point 
> target to 
> it with state: import. 
>
> -- 
> Kai Stian Olstad 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" 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-project/a9a12af5-5db4-472c-b47b-01379b02b755%40googlegroups.com.

Reply via email to