We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12d835f + 4220046 commit 331092dCopy full SHA for 331092d
onecloud/roles/common/tasks/os/opencloudos_8.yml
@@ -4,3 +4,8 @@
4
5
- name: Include RedHat Family Common Tasks
6
include_tasks: redhat.yml
7
+
8
+- name: Comment out OVS_USER_ID
9
+ shell: |
10
+ sed -i 's/^OVS_USER_ID=/# OVS_USER_ID=/g' /etc/sysconfig/openvswitch
11
+ become: true
0 commit comments