Change package_license to accept_license (#67676)

This commit is contained in:
roxyland 2020-02-25 06:28:11 +11:00 committed by GitHub
parent a173ce9630
commit febbb66d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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