Initial helloworldservice ansible that creates files on servers
diff --git a/xos/observers/helloworldservice/steps/sync_helloworldtenant.py b/xos/observers/helloworldservice/steps/sync_helloworldtenant.py
index 6dee55d..c117ccd 100644
--- a/xos/observers/helloworldservice/steps/sync_helloworldtenant.py
+++ b/xos/observers/helloworldservice/steps/sync_helloworldtenant.py
@@ -17,7 +17,7 @@
provides=[HelloWorldTenant]
observes=HelloWorldTenant
requested_interval=0
- template_name = "test.yaml"
+ template_name = "sync_helloworldtenant.yaml"
service_key_name = "/opt/xos/observers/helloworldservice/helloworldservice_private_key"
def get_extra_attributes(self, o):
diff --git a/xos/observers/helloworldservice/steps/test.yaml b/xos/observers/helloworldservice/steps/test.yaml
deleted file mode 100644
index 70d9347..0000000
--- a/xos/observers/helloworldservice/steps/test.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-- hosts: {{ instance_name }}
- connection: ssh
- user: ubuntu
- vars:
- display_message: {{ display_message }}
- tasks:
- - name: foobar
- shell: echo {{ display_message }} > /tmp/foobar