Execution
Date 23 Apr 2026 10:18:44 +0100
Duration 00:00:00.79
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.13
ara 1.7.5 / 1.7.5
Python 3.10.10
Summary
1 Hosts
2 Tasks
2 Results
1 Plays
2 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/kvm_node_install/play1.yaml

---
- name: Playbook1
  hosts: localhost
  gather_facts: false
  tasks:
    - name: First
      ansible.builtin.debug:
        msg: "This is first playbook tasks"
    - name: Include second
      ansible.builtin.import_tasks: play2.yaml