Become connection working

This commit is contained in:
2026-08-19 14:16:39 -04:00
parent 1b487e9995
commit 3e9a5857d4
4 changed files with 24 additions and 0 deletions
+12
View File
@@ -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"