This commit is contained in:
Laurent Indermuehle 2023-01-04 17:17:53 +01:00
parent 1c863da888
commit 405b809a86
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
3 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,4 @@
---
name: Plugins CI
on:
push:

View file

@ -1,3 +1,4 @@
---
name: Roles CI
on:
push:

View file

@ -1,7 +1,7 @@
---
- set_fact:
latin1_file1: "{{tmp_dir}}/{{file}}"
latin1_file1: "{{ tmp_dir }}/{{ file }}"
- name: Deleting Latin1 encoded Database
mysql_db:
@ -56,7 +56,7 @@
name: '{{ latin1_file1 }}'
state: file
- name: od the file and check of latin1 encoded string is present
- name: od the file and check of latin1 encoded string is present
shell: grep -a 47 {{ latin1_file1 }} | od -c |grep "A m 351 d 351 e B 364\|A m 303 251 d 303 251 e B 303"
- name: Dropping {{ db_latin1_name }} database