Kahlil Hodgson schrieb (28.11.2013 23:43 Uhr):
Something like:

- name: temporary f-secure install script
  copy: src=relative/path/to/local/f-secure-linux-security-9.20.2520
        dest=/tmp/f-secure-linux-security-9.20.2520

- name: run f-secure installer
  command: /tmp/f-secure-linux-security-9.20.2520 --command-line-only
--another-option

- name: remove f-secure install script
  file: name=/tmp/f-secure-linux-security-9.20.2520 state=absent
Thanks!

Marc

--
You received this message because you are subscribed to the Google Groups "Ansible 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to