From a6a9322331c765e6d82f62ff9aacb12dc806e7bb Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 7 Nov 2020 15:52:08 +0100 Subject: [PATCH] add autofs to system test playbook --- test-role/system.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-role/system.yml b/test-role/system.yml index 5c1a732..5576ce2 100644 --- a/test-role/system.yml +++ b/test-role/system.yml @@ -1,4 +1,5 @@ - hosts: all roles: - ../roles/system - - ../roles/user_config \ No newline at end of file + - ../roles/autofs + - ../roles/user_config