X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Froles%2Fperformance_tuning%2Ftasks%2Fubuntu_bionic.yaml;fp=resources%2Ftools%2Ftestbed-setup%2Fansible%2Froles%2Fperformance_tuning%2Ftasks%2Fubuntu_bionic.yaml;h=273ad53f25721b70b020079230de4a28904d493c;hp=f239890989e56897d7d188ba5e18adf8932a5a5c;hb=5c7b32f5ba60acae88af6e838c79639d68a4fcad;hpb=1881e1a4a59c3bd4a8574a1a0239a781874a48ec diff --git a/resources/tools/testbed-setup/ansible/roles/performance_tuning/tasks/ubuntu_bionic.yaml b/resources/tools/testbed-setup/ansible/roles/performance_tuning/tasks/ubuntu_bionic.yaml index f239890989..273ad53f25 100644 --- a/resources/tools/testbed-setup/ansible/roles/performance_tuning/tasks/ubuntu_bionic.yaml +++ b/resources/tools/testbed-setup/ansible/roles/performance_tuning/tasks/ubuntu_bionic.yaml @@ -2,16 +2,17 @@ # file: roles/performance_tuning/tasks/ubuntu_bionic.yaml - name: Ubuntu Bionic - Mount /tmp as tmpfs I - copy: - src: "/usr/share/systemd/tmp.mount" - dest: "/etc/systemd/system/tmp.mount" - remote_src: yes + copy: + src: "/usr/share/systemd/tmp.mount" + dest: "/etc/systemd/system/tmp.mount" + remote_src: yes tags: - machine-optimizations - name: Ubuntu Bionic - Mount /tmp as tmpfs II - service: + systemd: name: "tmp.mount" + daemon_reload: yes enabled: yes tags: - machine-optimizations