aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installation/ansible-server/src/main/yml/ansible_huawei_postcheck@0.00.yml6
-rw-r--r--installation/ansible-server/src/main/yml/ansible_huawei_precheck@0.00.yml6
-rw-r--r--installation/ansible-server/src/main/yml/ansible_huawei_upgrade@0.00.yml6
3 files changed, 9 insertions, 9 deletions
diff --git a/installation/ansible-server/src/main/yml/ansible_huawei_postcheck@0.00.yml b/installation/ansible-server/src/main/yml/ansible_huawei_postcheck@0.00.yml
index 975887d7..0711e40a 100644
--- a/installation/ansible-server/src/main/yml/ansible_huawei_postcheck@0.00.yml
+++ b/installation/ansible-server/src/main/yml/ansible_huawei_postcheck@0.00.yml
@@ -5,11 +5,11 @@
file:
path: /tmp/tmp-{{Id}}
state: touch
- become: true
+ become: false
- name: prepare additional data
shell: echo {{additionalData}} > /tmp/tmp-{{Id}}
- become: true
+ become: false
- name: execute post-check operation
shell: ./swm/upgrade-post-check.sh {{pnfId}} {{oldSwVersion}} {{targetSwVersion}} {{ruleName}} /tmp/tmp-{{Id}}
@@ -18,4 +18,4 @@
file:
path: /tmp/tmp-{{Id}}
state: absent
- become: true
+ become: false
diff --git a/installation/ansible-server/src/main/yml/ansible_huawei_precheck@0.00.yml b/installation/ansible-server/src/main/yml/ansible_huawei_precheck@0.00.yml
index 651974f8..b6614b65 100644
--- a/installation/ansible-server/src/main/yml/ansible_huawei_precheck@0.00.yml
+++ b/installation/ansible-server/src/main/yml/ansible_huawei_precheck@0.00.yml
@@ -5,11 +5,11 @@
file:
path: /tmp/tmp-{{Id}}
state: touch
- become: true
+ become: false
- name: prepare additional data
shell: echo {{additionalData}} > /tmp/tmp-{{Id}}
- become: true
+ become: false
- name: execute pre-check operation
shell: ./swm/upgrade-pre-check.sh {{pnfId}} {{oldSwVersion}} {{targetSwVersion}} {{ruleName}} /tmp/tmp-{{Id}}
@@ -18,4 +18,4 @@
file:
path: /tmp/tmp-{{Id}}
state: absent
- become: true
+ become: false
diff --git a/installation/ansible-server/src/main/yml/ansible_huawei_upgrade@0.00.yml b/installation/ansible-server/src/main/yml/ansible_huawei_upgrade@0.00.yml
index ac2c4054..87e84ab1 100644
--- a/installation/ansible-server/src/main/yml/ansible_huawei_upgrade@0.00.yml
+++ b/installation/ansible-server/src/main/yml/ansible_huawei_upgrade@0.00.yml
@@ -5,11 +5,11 @@
file:
path: /tmp/tmp-{{Id}}
state: touch
- become: true
+ become: false
- name: prepare additional data
shell: echo {{additionalData}} > /tmp/tmp-{{Id}}
- become: true
+ become: false
- name: execute upgrade software operation
shell: ./swm/upgrade-software.sh {{pnfId}} {{oldSwVersion}} {{targetSwVersion}} /tmp/tmp-{{Id}}
@@ -18,4 +18,4 @@
file:
path: /tmp/tmp-{{Id}}
state: absent
- become: true
+ become: false
64' href='#n264'>264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302