[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
|
```yml
|
||||||
- name: Basic User Shell Setup
|
- name: Basic User Shell Setup
|
||||||
hosts: all
|
hosts: all
|
||||||
strategy: free
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Basics - Update first
|
- name: Basics - Update first
|
||||||
import_role:
|
import_role:
|
||||||
|
@ -93,7 +92,6 @@ Or call the different tasks individually:
|
||||||
```yml
|
```yml
|
||||||
- name: Basic User Shell Setup
|
- name: Basic User Shell Setup
|
||||||
hosts: all
|
hosts: all
|
||||||
strategy: free
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_role:
|
- import_role:
|
||||||
name: common
|
name: common
|
||||||
|
|
Loading…
Reference in a new issue