mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 19:10:18 +01:00
Register fact when this role has run
This commit is contained in:
parent
e9003d33e3
commit
a9c307a3d6
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue