Files
ansible_pull_master/local.yml
2025-09-07 21:44:54 -06:00

15 lines
249 B
YAML

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