diff --git a/roles/certstore/tasks/main.yml b/roles/certstore/tasks/main.yml index f18b623..69cc9c2 100644 --- a/roles/certstore/tasks/main.yml +++ b/roles/certstore/tasks/main.yml @@ -16,7 +16,7 @@ - name: template certstore configure file template: src: "{{ role_path }}/templates/cert_store.ini.j2" - dest: /home/tsg/certstore-base/conf/cert_store.ini + dest: /home/tsg/certstore/conf/cert_store.ini - name: "start certstore" systemd: diff --git a/roles/clotho/tasks/main.yml b/roles/clotho/tasks/main.yml index 30f7b28..4cbe691 100644 --- a/roles/clotho/tasks/main.yml +++ b/roles/clotho/tasks/main.yml @@ -25,6 +25,5 @@ systemd: name: clotho.service enabled: yes - state: started daemon_reload: yes diff --git a/roles/framework/tasks/main.yml b/roles/framework/tasks/main.yml index e442bbd..d172fe3 100644 --- a/roles/framework/tasks/main.yml +++ b/roles/framework/tasks/main.yml @@ -10,7 +10,6 @@ vars: packages: - /tmp/ansible_deploy/framework-debug-2.0.17.1e678c4-1.el7.centos.x86_64.rpm - - /tmp/ansible_deploy/libmaatframe-2.8.0.5a450d2-1.el7.x86_64.rpm/ - name: "install framework ld.conf" synchronize: