Files
ansible_pull_master/local.yml
2025-09-07 23:39:17 -06:00

16 lines
324 B
YAML

- hosts: localhost
connection: local
become: yes
pre_tasks:
- name: update repositories
apt:
update_cache: yes
# changed_when: False
tasks:
- include_tasks: tasks/users.yml
- include_tasks: tasks/cron.yml
- include_tasks: tasks/packages.yml
- include_tasks: tasks/remove.yml