Register fact when this role has run

This commit is contained in:
Matt Willsher 2015-01-14 19:44:17 +00:00
parent e9003d33e3
commit a9c307a3d6

View file

@ -40,3 +40,7 @@
state: running
tags:
- sshd
- name: Register that this role has run
set_fact: sshd_has_run=true
when: sshd_has_run is not defined