]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: Create /etc/default/rcS if missing
authorDavid Galloway <dgallowa@redhat.com>
Fri, 27 Apr 2018 16:14:46 +0000 (12:14 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 27 Apr 2018 16:48:54 +0000 (12:48 -0400)
File does not exist in Bionic

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/testnode/tasks/setup-ubuntu-non-aarch64.yml

index fdf51f9106bac070a75600bc1854fada8665ac4e..de752d3e32729838431bcae31d06b41751fb12f4 100644 (file)
@@ -30,6 +30,7 @@
     dest: /etc/default/rcS
     line: "FSCKFIX=yes"
     regexp: "FSCKFIX=no"
+    create: yes
     # backrefs makes it so that if the regexp
     # isn't found the file is left unchanged
     backrefs: yes