Fix task names of new roles

This commit is contained in:
Jake Howard 2020-04-23 21:54:04 +01:00
parent 5585fb0b12
commit 2ddde6c129
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
- name: Create netdata directory
- name: Create install directory
file:
path: /opt/netdata
state: directory
@ -6,7 +6,7 @@
mode: "{{ docker_compose_directory_mask }}"
become: true
- name: Install netdata compose file
- name: Install compose file
template:
src: files/docker-compose.yml
dest: /opt/netdata/docker-compose.yml
@ -16,7 +16,7 @@
register: compose_file
become: true
- name: Cycle netdata container
- name: Cycle container
docker_compose:
project_src: /opt/netdata
pull: true

View File

@ -1,4 +1,4 @@
- name: Create directory
- name: Create install directory
file:
path: /opt/watchtower
state: directory