From b1ca0dce56b2301dc4b1f1347e976a26ca8c35c1 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 14 Jan 2017 19:33:01 -0800 Subject: [PATCH] Add roles dir --- ch13/ansible/roles/database | 1 + ch13/ansible/roles/mezzanine | 1 + 2 files changed, 2 insertions(+) create mode 120000 ch13/ansible/roles/database create mode 120000 ch13/ansible/roles/mezzanine diff --git a/ch13/ansible/roles/database b/ch13/ansible/roles/database new file mode 120000 index 0000000..bfd2c38 --- /dev/null +++ b/ch13/ansible/roles/database @@ -0,0 +1 @@ +../../../ch08/playbooks/roles/database \ No newline at end of file diff --git a/ch13/ansible/roles/mezzanine b/ch13/ansible/roles/mezzanine new file mode 120000 index 0000000..0fb1595 --- /dev/null +++ b/ch13/ansible/roles/mezzanine @@ -0,0 +1 @@ +../../../ch08/playbooks/roles/mezzanine \ No newline at end of file -- 2.44.0