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