1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +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 - name: Update apt cache
become: true
ansible.builtin.apt: ansible.builtin.apt:
cache_valid_time: 3600 cache_valid_time: 3600
update_cache: true update_cache: true

View file

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