changed local.yml

This commit is contained in:
2025-09-07 23:39:17 -06:00
parent 759a3d3029
commit 21b9c1c078

View File

@@ -1,12 +1,12 @@
- hosts: localhost - hosts: localhost
connection: local connection: local
become: true become: yes
pre_tasks: pre_tasks:
- name: update repositories - name: update repositories
apt: apt:
update_cache: yes update_cache: yes
changed_when: False # changed_when: False
tasks: tasks:
- include_tasks: tasks/users.yml - include_tasks: tasks/users.yml