[TIDY] remove strategy free

This commit is contained in:
Jannik Beyerstedt 2019-11-03 16:58:58 +01:00
parent c37ae1742c
commit 60adb8a9bb
1 changed files with 0 additions and 2 deletions

View File

@ -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