mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2026-06-24 12:07:21 +02:00
Invert directives when importing ref. playbook (#524)
there was like a typo, where instructions in case of imported playbook were inverted. Signed-off-by: Rémi Paulmier <remi.paulmier@gmail.com>
This commit is contained in:
@@ -109,14 +109,14 @@ Alternatively, to run the playbook from your existing project setup, run the pla
|
||||
|
||||
```yaml
|
||||
- name: Import kube cluster playbook
|
||||
ansible.builtin.import_playbook: k3s-ansible/playbooks/site.yml
|
||||
ansible.builtin.import_playbook: k3s.orchestration.site
|
||||
```
|
||||
|
||||
*Running the playbook from inside the repository*
|
||||
|
||||
```yaml
|
||||
- name: Import kube cluster playbook
|
||||
ansible.builtin.import_playbook: k3s.orchestration.site
|
||||
ansible.builtin.import_playbook: k3s-ansible/playbooks/site.yml
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user