Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Ansible Centos 8 dnf module "module" switch missing?

You can install a module (which is essentially a group of packages) by adding a @ prior to the name of the module to the name parameter of the Ansible dnf module. It can be used like this:

- name: install the 'Development tools' package group
  dnf:
    name: '@Development tools'
    state: present

Tags:

Ansible

Dnf

Centos8

Related

Total I/O cost of a process Application logging broken under Tomcat 9: permission denied to /var/log/myapp How can I get latest version of nano (4.5) on CentOS 7? Can I connect a servers from Hetzner cloud to a vswitch "Update Your Amazon RDS SSL/TLS Certificates by October 31, 2019" Nginx module not binary compatible after compilation on Centos 7 Why am I having wrong IPs in my DNS? No network connectivity to/from Docker CE container on CentOS 8 Can Microsoft employees see my data in Azure? Nginx redirecting all domains to www subdomain What's the difference between motherboard and chassis? What is the different between "iifname" and "iif" in nftables?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy