diff options
| author | Ricky Elrod <codeblock@fedoraproject.org> | 2017-07-25 19:55:30 +0000 |
|---|---|---|
| committer | Ricky Elrod <codeblock@fedoraproject.org> | 2017-07-25 19:55:30 +0000 |
| commit | 11f06b960ffd5ded759a830309c00994f24c6e8b (patch) | |
| tree | 2393f56fe6934e4a89fa9c646bca36f200a658bc /roles/openshift | |
| parent | fe6ab4dbc45b89b669fdd9efc719ad2f12d6f5e3 (diff) | |
| download | ansible-11f06b960ffd5ded759a830309c00994f24c6e8b.tar.gz ansible-11f06b960ffd5ded759a830309c00994f24c6e8b.tar.xz ansible-11f06b960ffd5ded759a830309c00994f24c6e8b.zip | |
and add a dot
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
Diffstat (limited to 'roles/openshift')
| -rw-r--r-- | roles/openshift/object/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift/object/tasks/main.yml b/roles/openshift/object/tasks/main.yml index 05abb526f..afc3e1448 100644 --- a/roles/openshift/object/tasks/main.yml +++ b/roles/openshift/object/tasks/main.yml @@ -1,5 +1,5 @@ - name: Create temporary file - tempfile: state=file suffix=yml + tempfile: state=file suffix=.yml register: tmpfile run_once: true |
