docker(role): use better naming
This commit is contained in:
parent
ce812fb006
commit
89f3e55eac
4 changed files with 8 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
|||
- name: make sure the Docker repo is setup
|
||||
- name: Ensure Docker repo is setup
|
||||
ansible.builtin.import_tasks:
|
||||
file: main/01_repo_setup.yaml
|
||||
|
||||
- name: make sure Docker Engine and other related packages are installed
|
||||
- name: Ensure Docker Engine and other related packages are installed
|
||||
ansible.builtin.import_tasks:
|
||||
file: main/02_docker_install.yaml
|
||||
|
||||
- name: configure the Docker daemon
|
||||
- name: Ensure Docker daemon configuration
|
||||
ansible.builtin.import_tasks:
|
||||
file: main/03_docker_config.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue