SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы
Метки: ansible ansible-playbook
- name: debug shell: ls -la register: result- name: Print return information from the previous task ansible.builtin.debug: var: result verbosity: 2