Skip to content

Commit 8c89d78

Browse files
author
Sebastian Gumprich
committed
move jmespath installation into github workflow
Signed-off-by: Sebastian Gumprich <[email protected]>
1 parent d6a99c9 commit 8c89d78

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

molecule/mysql_hardening/prepare.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@
2121
state: present
2222
when: ansible_facts.os_family == 'Suse'
2323

24-
- name: install jmespath to use the json_query filter
25-
pip:
26-
name: jmespath
27-
state: present
28-
delegate_to: localhost
29-
3024
- name: create missing directory
3125
file:
3226
path: "/etc/mysql/conf.d"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ ansible
44
ansible-lint
55
docker
66
flake8
7+
jmespath

0 commit comments

Comments
 (0)