есть плайбук, часть переменных зашифрована
шаг на котором ломается выглядит так
- name: Create Database
mysql_db:
name: "{{ db }}"
state: present
login_user: root
login_password: "{{ dp-monitor02_db_root_password }}"
register: icinga_ido_db
ошибка
FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dp' is undefined
The error appears to be in 'install.yml': line 42, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Create Database ^ here"}