test_ansible_playbook_neuron.yml 232 B

1234567891011
  1. ---
  2. - name: Playbook
  3. hosts: localhost
  4. gather_facts: no
  5. connection: local
  6. tasks:
  7. - name: "create a local file"
  8. file:
  9. path: "/tmp/kalliope_text_ansible_playbook.txt"
  10. state: "touch"