- name: StartOperation hosts: test become: yes roles: - start tasks: - name: Display CPU Information command: lscpu register: cpu_info - name: Display CPU Information debug: var: cpu_info.stdout_lines