nwl-ci/playbooks/ci-info.yml

12 lines
213 B
YAML

- name: The First Playbook
hosts: linux
tags:
- rls
gather_facts: False
tasks:
- name: Get OS release Information
command: cat {{rls_info}}
- name: Get Host Name
command: hostname