Delete _ssh_host_key folder should it already exist

Delete the ssh host key folder should it already exist for some
unknown reason.

Change-Id: I36b2a1a7f201eee1a5296ea4f1e697c1caa82a32
This commit is contained in:
Julia Kreger 2014-11-30 12:16:33 -05:00 committed by Julia Kreger
parent 487795e64b
commit af21dc63b2
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
- name: "Removing any pre-existing host key backup directory"
sudo: yes
file: path=/mnt/state/_ssh_host_keys state=absent
- name: "Create ssh host key backup directory"
sudo: yes
file: