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