diff options
| author | fumingwei <[email protected]> | 2021-10-29 17:03:55 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2021-10-29 17:03:55 +0800 |
| commit | 650ae3094e6cbce2a947a078800bac337c54ca24 (patch) | |
| tree | 47df0dcfa108a69e7cb86fc4c80c76785ea51f86 | |
| parent | b2e77aee12818f68d50bfb5939d5c2006cc58eab (diff) | |
| -rw-r--r-- | ansible/roles/nz-talon/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/nz-talon/tasks/main.yml b/ansible/roles/nz-talon/tasks/main.yml index 8494ac81..158cf622 100644 --- a/ansible/roles/nz-talon/tasks/main.yml +++ b/ansible/roles/nz-talon/tasks/main.yml @@ -10,9 +10,9 @@ - /tmp/nz-talon/nz-talon-21.10.2-Release.x86_64.rpm state: present -- name: "enable nz-promtail" +- name: "enable promtail" systemd: - name: nz-promtail + name: promtail enabled: yes - name: "enable nz-talon" |
