Skip to content

Commit 240453b

Browse files
committed
Correct playbook names
1 parent e4ac434 commit 240453b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/prepare-machine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
set_fact:
7474
args: "{{ default_role_tune | combine(role_tune | default({}), recursive=True) }}"
7575

76-
- include_role: name=blackandred.server_tune
76+
- include_role: name=infrastructure-ansible-tweak-os
7777
tags: tune
7878

7979
# ====
@@ -86,5 +86,5 @@
8686
set_fact:
8787
args: "{{ default_role_logs | combine(role_logs | default({}), recursive=True) }}"
8888

89-
- include_role: name=blackandred.server_logs
89+
- include_role: name=infrastructure-ansible-logs
9090
tags: logs

0 commit comments

Comments
 (0)