Become connection working
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
- name: Configure container hosts
|
||||
hosts:
|
||||
- ch01.balsillie.house
|
||||
gather_facts: false
|
||||
tasks:
|
||||
|
||||
- name: Ping
|
||||
become: true
|
||||
ansible.builtin.ping:
|
||||
data: "pong"
|
||||
Reference in New Issue
Block a user