我一直在試圖安裝並運行一個可以調出CentOS 7虛擬機的流浪實例。理想情況下,我將能夠使用軟件來配置虛擬機。 不幸的是我不斷收到此錯誤每當我試圖把無業遊民了起來: Installing additional modules ...
vboxadd.sh: Starting the VirtualBox Guest Additions.
Could not find the X.Org or
這有什麼錯我的ansible postgresql_user用法: - name: Create user and grant access to the database
become_user: postgres
become: yes
postgresql_user:
db: '{{db_name}}'
name: '{{db_user}