debug.yml 146 B

12345678
  1. ---
  2. # Just output some variables
  3. - name: Debug
  4. hosts: all
  5. tasks:
  6. - name: Dump PW
  7. debug:
  8. msg: "{{ password }}"