mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
ansible-lint requires that YAML documents begin with a line consisting of `---` Signed-off-by: Rich Megginson <rmeggins@redhat.com>
14 lines
327 B
YAML
14 lines
327 B
YAML
---
|
|
- name: Play for setting up snapshots
|
|
hosts: all
|
|
tasks:
|
|
- name: Set facts used by role
|
|
include_role:
|
|
name: linux-system-roles.network
|
|
tasks_from: set_facts.yml
|
|
public: true
|
|
|
|
- name: Install test packages
|
|
package:
|
|
name: "{{ network_packages }}"
|
|
state: present
|