mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-05 05:13:29 +01:00
Updated README.md to remove compulsory become:true
This commit is contained in:
parent
c5a8f03b35
commit
681cd981ab
1 changed files with 0 additions and 2 deletions
|
@ -212,7 +212,6 @@ Example playbook, single master node running v0.10.2:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- hosts: k3s_nodes
|
- hosts: k3s_nodes
|
||||||
become: true
|
|
||||||
roles:
|
roles:
|
||||||
- { role: xanmanning.k3s, k3s_release_version: v0.10.2 }
|
- { role: xanmanning.k3s, k3s_release_version: v0.10.2 }
|
||||||
```
|
```
|
||||||
|
@ -221,7 +220,6 @@ Example playbook, Highly Available running the latest release:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- hosts: k3s_nodes
|
- hosts: k3s_nodes
|
||||||
become: true
|
|
||||||
vars:
|
vars:
|
||||||
molecule_is_test: true
|
molecule_is_test: true
|
||||||
k3s_control_node_address: loadbalancer
|
k3s_control_node_address: loadbalancer
|
||||||
|
|
Loading…
Reference in a new issue