[TIDY] remove strategy free
This commit is contained in:
parent
c37ae1742c
commit
60adb8a9bb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue