v0.2.0 - rename set_locale to locale_config, add test_connection.yml playbook and update READMEs
This commit is contained in:
14
test_connection.yml
Normal file
14
test_connection.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: test play
|
||||
hosts: "{{ target | default([]) }}"
|
||||
tasks:
|
||||
- name: say hello to the world
|
||||
ansible.builtin.debug:
|
||||
msg: hello world!
|
||||
|
||||
- name: check connection using ping
|
||||
ansible.builtin.ping:
|
||||
|
||||
- name: check become using ping
|
||||
become: true
|
||||
ansible.builtin.ping:
|
||||
Reference in New Issue
Block a user