Uploaded image for project: 'Ansible Automation Platform RFEs'
  1. Ansible Automation Platform RFEs
  2. AAPRFE-1478

Ansible lightspeed prompt to support multiple languages

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • n/a
    • lightspeed
    • False
    • Hide

      None

      Show
      None
    • 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

              rh-ee-marturne Marty Turner
              adebisi.oyawale Adebisi Oyawale (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: