changed local.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user