0a5f004018
This reverts commit c2b77ea754
.
Change-Id: I3997350ec1b5bb58328cd761a61dd885177ac339
11 lines
269 B
YAML
11 lines
269 B
YAML
- hosts: tempest
|
|
tasks:
|
|
- name: Create .ssh dir and make it available to stack and tempest user
|
|
file:
|
|
path: /home/tempest/.ssh
|
|
state: directory
|
|
mode: u=rwx,g=rwx,o=rx,g+s
|
|
owner: tempest
|
|
group: stack
|
|
become: yes
|