semaphore-playboot/update.yml

12 lines
190 B
YAML

---
- hosts: all
vars:
ansible_host_key_checking: false ##If you get an error about hosts not trusted
become: true
tasks:
- name: debug
debug:
msg: "Task ok"