---
- name: Configure container hosts
hosts:
- ch01.balsillie.house
gather_facts: false
tasks:
- name: Ping
become: true
ansible.builtin.ping:
data: "pong"