Skip to content

Commit 7a9381d

Browse files
oraculixRendanic
authored andcommitted
Fix typo for sql_zauberkasten
1 parent a1bd2c5 commit 7a9381d

File tree

7 files changed

+36
-6
lines changed

7 files changed

+36
-6
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
minor_changes:
3+
- "Fix typo for sql_zauberkasten"

playbooks/single-instance-asm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import_playbook: dev-sec.yml
44
- name: Import_playbook os
55
import_playbook: os.yml
6-
- name: Import_playbook sql-zauberkastern
7-
import_playbook: sql-zauberkastern.yml
6+
- name: Import_playbook sql-zauberkasten
7+
import_playbook: sql-zauberkasten.yml
88
- name: Import_playbook swgi
99
import_playbook: swgi.yml
1010
- name: Import_playbook swdb

playbooks/single-instance-fs.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

playbooks/single-instance-fs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
- name: Import_playbook dev_sec
3+
import_playbook: dev_sec.yml
4+
- name: Import_playbook os
5+
import_playbook: os.yml
6+
- name: Import_playbook sql_zauberkasten
7+
import_playbook: sql_zauberkasten.yml
8+
- name: Import_playbook swdb
9+
import_playbook: swdb.yml
10+
- name: Import_playbook manage_db
11+
import_playbook: manage_db.yml

playbooks/single_instance_fs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import_playbook: dev_sec.yml
44
- name: Import_playbook os
55
import_playbook: os.yml
6-
- name: Import_playbook sql_zauberkastern
7-
import_playbook: sql_zauberkastern.yml
6+
- name: Import_playbook sql_zauberkasten
7+
import_playbook: sql_zauberkasten.yml
88
- name: Import_playbook swdb
99
import_playbook: swdb.yml
1010
- name: Import_playbook manage_db
File renamed without changes.

playbooks/sql-zauberkastern.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

playbooks/sql_zauberkasten.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
3+
- name: Install SQL-Zauberkasten
4+
hosts: "{{ hostgroup | default('all') }}"
5+
become: true
6+
become_user: root
7+
any_errors_fatal: true
8+
tasks:
9+
- name: git clone
10+
ansible.builtin.git:
11+
repo: https://github.com/Rendanic/SQL-Zauberkasten.git
12+
dest: /usr/local/SQL-Zauberkasten
13+
track_submodules: true
14+
version: master
15+
force: true
16+
single_branch: true
17+
tags:
18+
- molecule-idempotence-notest

0 commit comments

Comments
 (0)