From febbb66d71bd25eee15803542484d2c3ced2e6df Mon Sep 17 00:00:00 2001 From: roxyland Date: Tue, 25 Feb 2020 06:28:11 +1100 Subject: [PATCH] Change package_license to accept_license (#67676) --- lib/ansible/modules/packaging/os/installp.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/packaging/os/installp.py b/lib/ansible/modules/packaging/os/installp.py index 316126ab8ea..355a8f7caf5 100644 --- a/lib/ansible/modules/packaging/os/installp.py +++ b/lib/ansible/modules/packaging/os/installp.py @@ -52,28 +52,28 @@ EXAMPLES = r''' installp: name: foo repository_path: /repository/AIX71/installp/base - package_license: yes + accept_license: yes state: present - name: Install bos.sysmgt that includes bos.sysmgt.nim.master, bos.sysmgt.nim.spot installp: name: bos.sysmgt repository_path: /repository/AIX71/installp/base - package_license: yes + accept_license: yes state: present - name: Install bos.sysmgt.nim.master only installp: name: bos.sysmgt.nim.master repository_path: /repository/AIX71/installp/base - package_license: yes + accept_license: yes state: present - name: Install bos.sysmgt.nim.master and bos.sysmgt.nim.spot installp: name: bos.sysmgt.nim.master, bos.sysmgt.nim.spot repository_path: /repository/AIX71/installp/base - package_license: yes + accept_license: yes state: present - name: Remove packages bos.sysmgt.nim.master