1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_packages.git synced 2024-08-16 10:19:51 +02:00

add become: true

This commit is contained in:
L3D 2021-04-13 16:54:12 +02:00
parent 57e8ebc397
commit bc47437d98
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
---
- name: Update apt cache
become: true
ansible.builtin.apt:
cache_valid_time: 3600
update_cache: true

View file

@ -61,5 +61,5 @@ base__linux_packages:
- bzip2
- jq
playbook_version_number: 9009
playbook_version_number: 9010
playbook_version_path: 'base-packages_roles-ansible_github.version'