mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-06-01 13:59:10 -07:00
Linting
This commit is contained in:
parent
1c863da888
commit
405b809a86
3 changed files with 4 additions and 2 deletions
1
.github/workflows/ansible-test-plugins.yml
vendored
1
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: Plugins CI
|
||||
on:
|
||||
push:
|
||||
|
|
1
.github/workflows/ansible-test-roles.yml
vendored
1
.github/workflows/ansible-test-roles.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: Roles CI
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue