correct install issue
This commit is contained in:
parent
d41bca1bfa
commit
846c600b11
@ -1,7 +1,6 @@
|
|||||||
- name: install base-devel package
|
- name: install base-devel package
|
||||||
pacman:
|
pacman:
|
||||||
state: present # not required. choices: absent;latest;present. Desired state of the package.
|
state: present # not required. choices: absent;latest;present. Desired state of the package.
|
||||||
upgrade: false # not required. Whether or not to upgrade whole system.
|
|
||||||
name: ['base-devel'] # not required. Name or list of names of the packages to install, upgrade, or remove.
|
name: ['base-devel'] # not required. Name or list of names of the packages to install, upgrade, or remove.
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
become: yes
|
become: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user