From 60adb8a9bbcd1222328d7e8ec861f5e78ae6e257 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Sun, 3 Nov 2019 16:58:58 +0100 Subject: [PATCH] [TIDY] remove strategy free --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 446bab9..eff6e19 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ You can simply run the whole role: ```yml - name: Basic User Shell Setup hosts: all - strategy: free tasks: - name: Basics - Update first import_role: @@ -93,7 +92,6 @@ Or call the different tasks individually: ```yml - name: Basic User Shell Setup hosts: all - strategy: free tasks: - import_role: name: common