Skip to content

Using pause (+ promt) ansible module in a bundle  #808

@vbp1

Description

@vbp1

AFAIK it's not possible to use ansible code like below in a bundle:

- pause:
    prompt: > 
          "There is a backup instance with different database system identifier already exists in 
             {{ pgbackup_path + '/backups/' + instance_name + '/' }} at host {{ pghost }} . 
             Should I delete it [y/N]?"
    echo: yes
  register: rm_backup_instance
  when: pg_backup_instance_status.stat.exists and sysid_is_different

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions