Change package_license to accept_license (#67676)

pull/67787/head
roxyland 5 years ago committed by GitHub
parent a173ce9630
commit febbb66d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,28 +52,28 @@ EXAMPLES = r'''
installp: installp:
name: foo name: foo
repository_path: /repository/AIX71/installp/base repository_path: /repository/AIX71/installp/base
package_license: yes accept_license: yes
state: present state: present
- name: Install bos.sysmgt that includes bos.sysmgt.nim.master, bos.sysmgt.nim.spot - name: Install bos.sysmgt that includes bos.sysmgt.nim.master, bos.sysmgt.nim.spot
installp: installp:
name: bos.sysmgt name: bos.sysmgt
repository_path: /repository/AIX71/installp/base repository_path: /repository/AIX71/installp/base
package_license: yes accept_license: yes
state: present state: present
- name: Install bos.sysmgt.nim.master only - name: Install bos.sysmgt.nim.master only
installp: installp:
name: bos.sysmgt.nim.master name: bos.sysmgt.nim.master
repository_path: /repository/AIX71/installp/base repository_path: /repository/AIX71/installp/base
package_license: yes accept_license: yes
state: present state: present
- name: Install bos.sysmgt.nim.master and bos.sysmgt.nim.spot - name: Install bos.sysmgt.nim.master and bos.sysmgt.nim.spot
installp: installp:
name: bos.sysmgt.nim.master, bos.sysmgt.nim.spot name: bos.sysmgt.nim.master, bos.sysmgt.nim.spot
repository_path: /repository/AIX71/installp/base repository_path: /repository/AIX71/installp/base
package_license: yes accept_license: yes
state: present state: present
- name: Remove packages bos.sysmgt.nim.master - name: Remove packages bos.sysmgt.nim.master

Loading…
Cancel
Save