-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
n/a
-
False
-
-
False
Ansible lightspeed currently can respond to certain prompts in romance based languages or to words that are similar to the english ones but, it doesn't create them properly. Example in spanish:
- name: instala y configura postgresql-server
# Content suggestion provided by Ansible Lightspeed
ansible.builtin.command: postgresql-setup --initdb
args:
creates: /var/lib/pgsql/data/postgresql.conf
- name: configuracion de postgresql-server
# Content suggestion provided by Ansible Lightspeed
ansible.builtin.lineinfile:
path: /var/lib/pgsql/data/postgresql.conf
regexp: ^
line: listen_addresses = '*'
- name: instalar y configuracion de httpd
# Content suggestion provided by Ansible Lightspeed
ansible.builtin.package:
name: httpd
state: present