nwl-ci/playbooks/getting_started/os-rls.yml

12 lines
218 B
YAML

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