- hosts: alpine
  gather_facts: false
  tasks:
  - name: print foo
    debug:
      msg: "foo: {{ foo }}"