aboutsummaryrefslogtreecommitdiffstats
path: root/installation/ansible-server/src/main/yml/ansible_huawei_postcheck@0.00.yml
diff options
context:
space:
mode:
Diffstat (limited to 'installation/ansible-server/src/main/yml/ansible_huawei_postcheck@0.00.yml')
-rw-r--r--installation/ansible-server/src/main/yml/ansible_huawei_postcheck@0.00.yml6
1 files changed, 3 insertions, 3 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