Skip to content

Commit d117d59

Browse files
committed
Use temporary update branch in mysql role
Signed-off-by: Martin Schurz <[email protected]>
1 parent b29fad5 commit d117d59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

molecule/mysql_hardening/requirements.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
roles:
3-
- name: https://github.com/dev-sec/ansible-role-mysql.git
4-
type: git
3+
- name: dev-sec.mysql
4+
src: https://github.com/dev-sec/ansible-role-mysql.git
5+
scm: git
56
version: update_ansible_2.19
67

78
collections:

0 commit comments

Comments
 (0)