add LCM ansible playbooks
[sdnc/oam.git] / installation / ansible-server / src / main / yml / ansible_upgradesw_remjq@0.00.yml
diff --git a/installation/ansible-server/src/main/yml/ansible_upgradesw_remjq@0.00.yml b/installation/ansible-server/src/main/yml/ansible_upgradesw_remjq@0.00.yml
new file mode 100755 (executable)
index 0000000..c5be633
--- /dev/null
@@ -0,0 +1,9 @@
+---
+- hosts: all
+  tasks:
+  - name: remove jq package
+    apt:
+      name: jq
+      state: absent
+      update_cache: yes
+    become: true