Skip to content

Instantly share code, notes, and snippets.

@cankush625
Created December 24, 2020 20:14
Show Gist options
  • Select an option

  • Save cankush625/d3cebef619a28a5f2e50df36f572efd8 to your computer and use it in GitHub Desktop.

Select an option

Save cankush625/d3cebef619a28a5f2e50df36f572efd8 to your computer and use it in GitHub Desktop.
- hosts: dynamicOS
vars_files:
- "{{ ansible_os_family }}.yml"
tasks:
- package:
name: "{{ packageName }}"
state: present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment