diff options
author | 2020-02-10 16:06:37 +0100 | |
---|---|---|
committer | 2020-04-21 11:56:44 +0000 | |
commit | f3155391b561bee41939bc2b72dbfa804cdcfac4 (patch) | |
tree | c5cad4d3ec92aa9c05dfdcd36a33c6a4cbc821af /ansible/roles/nfs/tasks | |
parent | 12e752ba35476f48b0253b1dd2a8a1ebe020da0e (diff) |
Adding Ubuntu support in Ansible - nfs role
Extending ansible playbooks of ubuntu support.
Creating new test with Ubuntu image for Molecule in nfs role.
Issue-ID: OOM-1671
Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com>
Change-Id: Ib1c85e4df7ec2ba547a20684ed5e23e097351df2
Diffstat (limited to 'ansible/roles/nfs/tasks')
-rw-r--r-- | ansible/roles/nfs/tasks/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/roles/nfs/tasks/main.yml b/ansible/roles/nfs/tasks/main.yml index 1d848876..cc5290db 100644 --- a/ansible/roles/nfs/tasks/main.yml +++ b/ansible/roles/nfs/tasks/main.yml @@ -23,7 +23,8 @@ - name: Add hosts to exports template: src: exports.j2 - dest: /etc/exports.d/dockerdata-nfs.exports + dest: "{{ item }}" + loop: "{{ nfs_destination[ansible_os_family] }}" notify: - reload nfs when: |