-
Notifications
You must be signed in to change notification settings - Fork 123
[FLOSS] VISION.md: example for ansible no longer working #4333
Comments
@markus2330 Maybe also a small issue for the FLOSS course. |
Absolutely! @flo91 btw. I added the label lang/config if config files need to be fixed. It's not 100% correct here but Ansible is written in YAML files so it is also not completely wrong. Btw. the task would be to find a new example that works. There are probably several problems here, in the ansible code and also that we do not have an INI parser compatible to samba. Fixing TOML is a different issue: #3490. In any case first we need a triage to find out what everything is wrong. |
Hi! Here are changes I've made to fix the outdated ansible playbook, which should be functionally identical to the one posted above - name: setup samba workgroup
connection: local
hosts: localhost
collections:
- elektra_initiative.libelektra
tasks:
- name: set workgroup
elektra:
mountpoint: system:/sw/samba/#0/current/global
keys:
workgroup:
value: MYGROUP
The only place I could find a full explanation of the options in the most update to date version was here. Everything else seems to be outdated. |
…-libelektra version Fixes ElektraInitiative#4333
- Update ansible playbook in VISION.md to be compatible with current ansible-libelektra version - Fixes ElektraInitiative#4333
- Update ansible playbook in VISION.md to be compatible with current ansible-libelektra version - Fixes ElektraInitiative#4333
- Update ansible playbook in VISION.md to be compatible with current ansible-libelektra version - Fixes ElektraInitiative#4333
- Update ansible playbook in VISION.md to be compatible with current ansible-libelektra version - Fixes ElektraInitiative#4333
Steps to Reproduce the Problem
Actual Result
Description
The
ansible-libelektra
module has changed, but the documentation in this repo is still old.The text was updated successfully, but these errors were encountered: