rundeck-plugins / ansible-plugin

Ansible Integration for Rundeck
MIT License
330 stars 100 forks source link

Inline playbook with a pipe #292

Closed maslopop closed 3 years ago

maslopop commented 3 years ago

I am trying to make this script as an inline playbook but it seems that the pipe in the script is driving the editor out of his mind

  tasks:
    - name: Crea cartella se non esiste
      raw: |
        IF (!(TEST-PATH C:\hiposwinsrv\file_da_caricare\importati)) {
                NEW-ITEM C:\hiposwinsrv\file_da_caricare\importati -ItemType Directory
        }

Line are present.

image

But you can't see them

image

Massimo

maslopop commented 3 years ago

Resolved in version 3.3.8 same as this https://github.com/rundeck/rundeck/pull/6685

Massimo