commit | 8b179044ae3638efd8d013b1a73befd49892843f | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Wed Nov 30 15:38:42 2016 -0800 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Fri Dec 02 19:43:54 2016 -0800 |
tree | a3a6ccff1c246e5dfc72574bcaeeb29028255be0 | |
parent | 25c329df3723d8763ad52a94b17aaaced78f0c11 [diff] |
generate ssh key pair Change-Id: I9f7cbdb0ba9379eed262cc211a5eff2be5b05f8a
diff --git a/roles/local-ubuntu-repository/tasks/main.yml b/roles/local-ubuntu-repository/tasks/main.yml index dd9be2b..92a24f8 100644 --- a/roles/local-ubuntu-repository/tasks/main.yml +++ b/roles/local-ubuntu-repository/tasks/main.yml
@@ -7,7 +7,7 @@ src: sources.list.j2 group: root owner: root - mode: 0644 + mode: "0644" when: ubuntu_apt_repo is defined - name: Capture Existing Respositories