Added building Ubuntu 20.04 template
This commit is contained in:
8
ansible/roles/os-linux-prep-templ/tasks/ping.yml
Normal file
8
ansible/roles/os-linux-prep-templ/tasks/ping.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Prepare default config for OS type of Debian
|
||||
block:
|
||||
- name: Debug
|
||||
debug:
|
||||
msg: '{{ role_path }}'
|
||||
when: ansible_os_family == "Debian"
|
Reference in New Issue
Block a user