ansible/oneoffs/dns-record.yml

9 lines
191 B
YAML
Executable File

#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
---
- hosts: localhost
tasks:
- name: debug home address
ansible.builtin.debug:
msg: "Record: {{ common_home_address }}"