[TIDY] Update to ansible 4 module names
This commit is contained in:
parent
3c1939f431
commit
a2fc598416
19 changed files with 89 additions and 89 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# - dockercompose_use_pip: boolean to use pip instead of manual download (default: false)
|
||||
|
||||
- name: docker - Install
|
||||
include_tasks: "{{ item }}"
|
||||
ansible.builtin.include_tasks: "{{ item }}"
|
||||
with_first_found:
|
||||
- "docker-{{ ansible_distribution }}.{{ ansible_distribution_release }}.yml"
|
||||
- "docker-{{ ansible_distribution }}.yml"
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
# Other setup tasks
|
||||
- name: docker - Add standard user to docker group
|
||||
become: yes
|
||||
user:
|
||||
ansible.builtin.user:
|
||||
name: "{{ ansible_user_id }}"
|
||||
groups: docker
|
||||
append: yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue