diff options
author | Dan Radez <dradez@redhat.com> | 2017-09-11 14:40:16 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-09-11 14:40:16 -0400 |
commit | 8d3d5e679fba8e4140730e60809fc4f71cdc098e (patch) | |
tree | 53158634985078a8af1083ca2efaf3ebbb7dd653 | |
parent | 23be56d9f0801cbc065accf77a850bcc106c1e84 (diff) |
Dup owner, changing to group
Change-Id: I8ca1501949a0e272e928c6b31b08eba2519951ec
Signed-off-by: Dan Radez <dradez@redhat.com>
-rw-r--r-- | lib/ansible/playbooks/configure_undercloud.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/playbooks/configure_undercloud.yml b/lib/ansible/playbooks/configure_undercloud.yml index 91a8f9a4..c0e1cd35 100644 --- a/lib/ansible/playbooks/configure_undercloud.yml +++ b/lib/ansible/playbooks/configure_undercloud.yml @@ -16,7 +16,7 @@ src: /root/.ssh/id_rsa.pub dest: /home/stack/jumphost_id_rsa.pub owner: stack - owner: stack + group: stack mode: 0644 - copy: src: "{{ apex_temp_dir }}/{{ item }}.yaml" |